Minor "pre-bug" in gram.y for DROP INDEX CONCURRENTLY IF_P EXISTS
Started by Brendan Byrdover 13 years ago2 messageshackers
The "missing_ok" property should be true. Just something I noticed
when browsing the code. It appears to be a new language feature, so
it probably hasn't been noticed by the general public yet.
--
Brendan Byrd <Perl@ResonatorSoft.org>
Brendan Byrd <BBYRD@CPAN.org>
Re: Minor "pre-bug" in gram.y for DROP INDEX CONCURRENTLY IF_P EXISTS
Brendan Byrd <Perl@ResonatorSoft.org> writes:
http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/parser/gram.y;hb=master#l4940
The "missing_ok" property should be true.
[ rolls eyes ] Apparently that patch wasn't ever, you know, tested?
Will fix, thanks for spotting it!
regards, tom lane