summaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-10-10 16:15:42 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-10-10 16:15:42 +0000
commit727517363673caec1f3a376f20862ab2e52fcec7 (patch)
tree668a5b3e6c3cd303afed8056e56ccf780eb89b76 /src/backend/executor
parentb25ddbb81ea113210367374117b9d79584d665b4 (diff)
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')
0 files changed, 0 insertions, 0 deletions