diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2015-08-10 10:42:05 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2015-08-10 10:42:05 -0400 |
commit | e7293e3271bf618eeb2d4779a15fc516a69fe463 (patch) | |
tree | 3b32211d623af788b4fe23dfe8940a9caee7a51e /src/backend/executor/nodeAgg.c | |
parent | 6a1e14c62b739a754335c088474e12f42a6763bd (diff) | |
download | postgresql-e7293e3271bf618eeb2d4779a15fc516a69fe463.tar.gz postgresql-e7293e3271bf618eeb2d4779a15fc516a69fe463.zip |
Work around an apparent bug in the Msys DTK perl's regex engine.
Several versions of the perl that comes with the Msys DTK have been
found to have a bug that fails to recognize a ' before a multiline $ in
some circumstances. To work around the problem, use a character class
for the '. Another solution would have been to use \n instead of $, but
that would have changed the test semantics very slightly.
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions