diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-19 21:50:09 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-19 21:50:09 +0000 |
commit | 85128e5d56f45558634331b171acaa67ce7ed028 (patch) | |
tree | 31b08702ee5aad9989f1103b657f7df1c11e0734 /src/bin/psql/help.c | |
parent | 22c922269f5f8a80267389e1c879c0b65fbba902 (diff) | |
download | postgresql-85128e5d56f45558634331b171acaa67ce7ed028.tar.gz postgresql-85128e5d56f45558634331b171acaa67ce7ed028.zip |
Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the
fact that this is breaking the MSVC build, it's probably not really a good
idea to expand the dependencies of gram.h any further than the core parser;
for instance the value of SCONST might depend on which bison version you'd
built with. Better to expose an additional call point in parser.c, so
move what I had put into pl_funcs.c into parser.c. Also PGDLLIMPORT'ify
the reference to standard_conforming_strings, per buildfarm results.
Diffstat (limited to 'src/bin/psql/help.c')
0 files changed, 0 insertions, 0 deletions