aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-10-10 16:15:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-10-10 16:15:22 +0000
commit9c2b6ec695d6f75b1dc3d470bb31b40eb6d248cf (patch)
treecc785c07d89e06eb9febe4a11fb6b0558e761c74 /src/backend/executor/nodeFunctionscan.c
parent61c91fd2d22c97fd942ca67f458af5dc364f5fab (diff)
downloadpostgresql-9c2b6ec695d6f75b1dc3d470bb31b40eb6d248cf.tar.gz
postgresql-9c2b6ec695d6f75b1dc3d470bb31b40eb6d248cf.zip
Fix psql \d commands to behave properly when a pattern using regex | is given.
Formerly they'd emit '^foo|bar$' which is wrong because the anchors are parsed as part of the alternatives; must emit '^(foo|bar)$' to get expected behavior. Same as bug found previously in similar_escape(). Already fixed in HEAD, this is just back-porting the part of that patch that was a bug fix.
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions