]> granicus.if.org Git - postgresql/commit
Implement feature of new FE/BE protocol whereby RowDescription identifies
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 May 2003 00:20:33 +0000 (00:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 May 2003 00:20:33 +0000 (00:20 +0000)
commit2cf57c8f8d060711c1ad7e1dd6cc1115a2839b47
treeb3b2a9616d425072d26cfc57efcbe676c56b399e
parent94a3c60324465f98850b60f548c1ea481ab4e52f
Implement feature of new FE/BE protocol whereby RowDescription identifies
the column by table OID and column number, if it's a simple column
reference.  Along the way, get rid of reskey/reskeyop fields in Resdoms.
Turns out that representation was not convenient for either the planner
or the executor; we can make the planner deliver exactly what the
executor wants with no more effort.
initdb forced due to change in stored rule representation.
32 files changed:
src/backend/access/common/printtup.c
src/backend/commands/explain.c
src/backend/executor/execMain.c
src/backend/executor/execTuples.c
src/backend/executor/functions.c
src/backend/executor/nodeSort.c
src/backend/executor/spi.c
src/backend/executor/tstoreReceiver.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/makefuncs.c
src/backend/nodes/outfuncs.c
src/backend/nodes/print.c
src/backend/nodes/readfuncs.c
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/planner.c
src/backend/optimizer/prep/prepunion.c
src/backend/optimizer/util/tlist.c
src/backend/parser/analyze.c
src/backend/parser/parse_target.c
src/backend/tcop/dest.c
src/backend/tcop/postgres.c
src/backend/tcop/pquery.c
src/include/access/printtup.h
src/include/catalog/catversion.h
src/include/executor/executor.h
src/include/nodes/plannodes.h
src/include/nodes/primnodes.h
src/include/optimizer/planmain.h
src/include/optimizer/tlist.h
src/include/parser/parse_target.h
src/include/tcop/dest.h