mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.110 2001/10/25 05:49:33 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.111 2001/10/28 06:25:45 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -374,9 +374,9 @@ pull_up_subqueries(Query *parse, Node *jtnode)
|
||||
* target list entries for upper Var references wouldn't do the
|
||||
* right thing (the entries wouldn't go to NULL when they're
|
||||
* supposed to). Suppressing the pullup is an ugly,
|
||||
* performance-losing hack, but I see no alternative for now.
|
||||
* Find a better way to handle this when we redesign query trees
|
||||
* --- tgl 4/30/01.
|
||||
* performance-losing hack, but I see no alternative for now. Find
|
||||
* a better way to handle this when we redesign query trees ---
|
||||
* tgl 4/30/01.
|
||||
*/
|
||||
switch (j->jointype)
|
||||
{
|
||||
|
Reference in New Issue
Block a user