summaryrefslogtreecommitdiff
path: root/src/backend/nodes/equalfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-04-06 11:34:02 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-04-06 11:34:02 -0400
commitde94e2af184e25576b13cbda8cf825118835d1cd (patch)
treed230afdbb5a4d1f79778107020f4bd2992a4bc71 /src/backend/nodes/equalfuncs.c
parentd25379eb23383f1d2f969e65e0332b47c19aea94 (diff)
Run pgindent on a batch of (mostly-planner-related) source files.
Getting annoyed at the amount of unrelated chatter I get from pgindent'ing Rowley's unique-joins patch. Re-indent all the files it touches.
Diffstat (limited to 'src/backend/nodes/equalfuncs.c')
-rw-r--r--src/backend/nodes/equalfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/nodes/equalfuncs.c b/src/backend/nodes/equalfuncs.c
index 6c0509602cd..3c6c5679b16 100644
--- a/src/backend/nodes/equalfuncs.c
+++ b/src/backend/nodes/equalfuncs.c
@@ -879,7 +879,7 @@ _equalPlaceHolderInfo(const PlaceHolderInfo *a, const PlaceHolderInfo *b)
static bool
_equalExtensibleNode(const ExtensibleNode *a, const ExtensibleNode *b)
{
- const ExtensibleNodeMethods *methods;
+ const ExtensibleNodeMethods *methods;
COMPARE_STRING_FIELD(extnodename);