summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeBitmapIndexscan.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-06-04 15:48:36 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-06-04 15:48:36 -0400
commitf3f651677349a87311b83f48eed18566347adfe4 (patch)
treef73ee53a5a62cc3708c5e737064348afb05719fd /src/backend/executor/nodeBitmapIndexscan.c
parent19fed6429575ce4f6bc5d24e434f56ca029595fa (diff)
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.
We were trying to make that strictly an internal implementation detail, but it turns out that it's exposed anyway when dumping a view defined like CREATE VIEW test_view AS VALUES (1), (2), (3) ORDER BY 1; This comes out as CREATE VIEW ... ORDER BY "*VALUES*".column1; which fails to parse when reloading the dump. Hacking ruleutils.c to suppress the column qualification looks like it'd be a risky business, so instead promote the RTE alias to full-fledged usability. Per bug #6049 from Dylan Adams. Back-patch to all supported branches.
Diffstat (limited to 'src/backend/executor/nodeBitmapIndexscan.c')
0 files changed, 0 insertions, 0 deletions