OSDN Git Service

Fix incorrect declaration of rtentry as 'ResTarget' where it
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Jul 1999 19:01:21 +0000 (19:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Jul 1999 19:01:21 +0000 (19:01 +0000)
commitc62b8a68bf60a451f57fd026bacc91648de7433a
treec50da9bda574a3e002f8d59d09be9be11d93889f
parentfe1f757e566224d59af05a7ee447d5441b45d4f3
Fix incorrect declaration of rtentry as 'ResTarget' where it
should be 'RangeTblEntry' ; explain.c had copied the erroneous code.
src/backend/commands/explain.c
src/backend/executor/nodeAppend.c