deparse/core: qualify "=" operator in SPI queries
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 2 May 2014 20:51:31 +0000 (16:51 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 13 Oct 2014 03:19:44 +0000 (00:19 -0300)
commit3505c8916b48c9466bee75963d859daa2e1d3c78
treeada1621bc3de9501cc092ea8501401cec91d4c41
parenta0fb59d8bd7711fb8f08a4371074f07c62617d78
deparse/core: qualify "=" operator in SPI queries

Deparsing of CREATE VIEW was failing without this, because we remove
pg_catalog from the search path.
src/backend/utils/adt/ruleutils.c