]> granicus.if.org Git - postgresql/commit
Fix the mechanism for reporting the original table OID and column number
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Jun 2005 17:45:46 +0000 (17:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Jun 2005 17:45:46 +0000 (17:45 +0000)
commite98edb5555de0197ba4ffc99b4f3db134c99a86f
treef022547496d97cf1984bae42f972e5da458510a5
parent84d73a6dbc23dda43bf4d83ee71b344063524cbe
Fix the mechanism for reporting the original table OID and column number
of columns of a query result so that it can "see through" cursors and
prepared statements.  Per gripe a couple months back from John DeSoi.
src/backend/access/common/printtup.c
src/backend/commands/prepare.c
src/backend/tcop/postgres.c
src/backend/tcop/pquery.c
src/include/commands/prepare.h
src/include/tcop/pquery.h