mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
provided by Andrew.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/nodes/equalfuncs.c,v 1.353 2009/04/16 20:42:16 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/nodes/equalfuncs.c,v 1.354 2009/06/11 14:48:58 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -773,9 +773,9 @@ static bool
|
||||
_equalPlaceHolderVar(PlaceHolderVar *a, PlaceHolderVar *b)
|
||||
{
|
||||
/*
|
||||
* We intentionally do not compare phexpr. Two PlaceHolderVars with the
|
||||
* We intentionally do not compare phexpr. Two PlaceHolderVars with the
|
||||
* same ID and levelsup should be considered equal even if the contained
|
||||
* expressions have managed to mutate to different states. One way in
|
||||
* expressions have managed to mutate to different states. One way in
|
||||
* which that can happen is that initplan sublinks would get replaced by
|
||||
* differently-numbered Params when sublink folding is done. (The end
|
||||
* result of such a situation would be some unreferenced initplans, which
|
||||
|
||||
Reference in New Issue
Block a user