postgresql/src
Tom Lane 350cb921ae Restructure hba.c to replace 3 parallel lists with single list of structs.
tokenize_file() now returns a single list of TokenizedLine structs,
carrying the same information as before.  We were otherwise going to grow a
fourth list to deal with error messages, and that was getting a bit silly.

Haribabu Kommi, revised a bit by me

Discussion: https://postgr.es/m/CAJrrPGfbgbKsjYp=bgZXhMcgxoaGSoBb9fyjrDoOW_YymXv1Kw@mail.gmail.com
2017-01-27 13:43:00 -05:00
..
backend Restructure hba.c to replace 3 parallel lists with single list of structs. 2017-01-27 13:43:00 -05:00
bin Change unknown-type literals to type text in SELECT and RETURNING lists. 2017-01-25 09:17:24 -05:00
common
fe_utils
include Orthography fixes for new castNode() macro. 2017-01-27 08:33:58 -05:00
interfaces Allow password file name to be specified as a libpq connection parameter. 2017-01-24 17:06:34 -05:00
makefiles Try to fix non-MSVC Windows builds in the wake of logical replication. 2017-01-20 12:51:31 -05:00
pl Use castNode() in a bunch of statement-list-related code. 2017-01-26 22:09:34 -05:00
port
template
test Remove test for COMMENT ON DATABASE 2017-01-26 17:45:22 -03:00
timezone
tools Extend index AM API for parallel index scans. 2017-01-24 16:42:58 -05:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Fix cross-shlib linking in temporary installs on HPUX 10. 2017-01-21 15:15:39 -05:00
Makefile.shlib Fix cross-shlib linking in temporary installs on HPUX 10. 2017-01-21 15:15:39 -05:00
nls-global.mk
win32.mak