diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-06 11:34:02 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-06 11:34:02 -0400 |
commit | de94e2af184e25576b13cbda8cf825118835d1cd (patch) | |
tree | d230afdbb5a4d1f79778107020f4bd2992a4bc71 /src/backend/nodes/outfuncs.c | |
parent | d25379eb23383f1d2f969e65e0332b47c19aea94 (diff) | |
download | postgresql-de94e2af184e25576b13cbda8cf825118835d1cd.tar.gz postgresql-de94e2af184e25576b13cbda8cf825118835d1cd.zip |
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/outfuncs.c')
-rw-r--r-- | src/backend/nodes/outfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/nodes/outfuncs.c b/src/backend/nodes/outfuncs.c index bfd12ac291a..e39c374f48c 100644 --- a/src/backend/nodes/outfuncs.c +++ b/src/backend/nodes/outfuncs.c @@ -2332,7 +2332,7 @@ _outPlannerParamItem(StringInfo str, const PlannerParamItem *node) static void _outExtensibleNode(StringInfo str, const ExtensibleNode *node) { - const ExtensibleNodeMethods *methods; + const ExtensibleNodeMethods *methods; methods = GetExtensibleNodeMethods(node->extnodename, false); |