postgresql/src/common
Tom Lane 2c6af4f442 Move keywords.c/kwlookup.c into src/common/.
Now that we have src/common/ for code shared between frontend and backend,
we can get rid of (most of) the klugy ways that the keyword table and
keyword lookup code were formerly shared between different uses.
This is a first step towards a more general plan of getting rid of
special-purpose kluges for sharing code in src/bin/.

I chose to merge kwlookup.c back into keywords.c, as it once was, and
always has been so far as keywords.h is concerned.  We could have
kept them separate, but there is noplace that uses ScanKeywordLookup
without also wanting access to the backend's keyword list, so there
seems little point.

ecpg is still a bit weird, but at least now the trickiness is documented.

I think that the MSVC build script should require no adjustments beyond
what's done here ... but we'll soon find out.
2016-03-23 20:22:08 -04:00
..
Makefile Move keywords.c/kwlookup.c into src/common/. 2016-03-23 20:22:08 -04:00
config_info.c Cosmetic improvements in new config_info code. 2016-02-21 11:38:24 -05:00
controldata_utils.c Make get_controlfile() error logging consistent with src/common 2016-03-07 15:14:20 -08:00
exec.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
fe_memutils.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
keywords.c Move keywords.c/kwlookup.c into src/common/. 2016-03-23 20:22:08 -04:00
pg_lzcompress.c Fix typos in comments 2016-02-01 11:43:48 +01:00
pgfnames.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
psprintf.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
relpath.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
restricted_token.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rmtree.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
string.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
username.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
wait_error.c Update copyright for 2016 2016-01-02 13:33:40 -05:00