Adjust parser so that POSTQUEL-style implicit RTEs are stored with
authorTom Lane
Wed, 26 Oct 2005 19:21:55 +0000 (19:21 +0000)
committerTom Lane
Wed, 26 Oct 2005 19:21:55 +0000 (19:21 +0000)
inFromCl true, meaning that they will list out as explicit RTEs if they
are in a view or rule.  Update comments about inFromCl to reflect the way
it's now actually used.  Per recent discussion.

doc/src/sgml/release.sgml
src/backend/parser/parse_relation.c
src/include/nodes/parsenodes.h

index 0a5a1098efc1c27286e2468159cae2399812c72b..023c9258d292013a85ca56a54d66fbcd80e3f762 100644 (file)
@@ -1,5 +1,5 @@