aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-05-14 11:07:40 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-05-14 11:07:40 -0400
commitf6747434873693e001737ca06c30dcbcc2320b20 (patch)
tree5f0cbac59a1c528f91884a9b6ea239348fe67001 /src/backend/nodes/outfuncs.c
parentf04c9a61468904b6815b2bc73a48878817766e0e (diff)
downloadpostgresql-f6747434873693e001737ca06c30dcbcc2320b20.tar.gz
postgresql-f6747434873693e001737ca06c30dcbcc2320b20.zip
Remove no-longer-needed fields of Hash plan nodes.
skewColType/skewColTypmod are no longer used in the wake of commit 9aab83fc5, and seem unlikely to be wanted in future, so let's drop 'em. Discussion: https://postgr.es/m/16364.1494520862@sss.pgh.pa.us
Diffstat (limited to 'src/backend/nodes/outfuncs.c')
-rw-r--r--src/backend/nodes/outfuncs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/nodes/outfuncs.c b/src/backend/nodes/outfuncs.c
index 3d5b09aeeeb..8d9ff63931c 100644
--- a/src/backend/nodes/outfuncs.c
+++ b/src/backend/nodes/outfuncs.c
@@ -898,8 +898,6 @@ _outHash(StringInfo str, const Hash *node)
WRITE_OID_FIELD(skewTable);
WRITE_INT_FIELD(skewColumn);
WRITE_BOOL_FIELD(skewInherit);
- WRITE_OID_FIELD(skewColType);
- WRITE_INT_FIELD(skewColTypmod);
}
static void