postgresql/contrib/pg_upgrade
Bruce Momjian 613c6d26bd Fix incorrect error message reported for non-existent users
Previously, lookups of non-existent user names could return "Success";
it will now return "User does not exist" by resetting errno.  This also
centralizes the user name lookup code in libpgport.

Report and analysis by Nicolas Marchildon;  patch by me
2013-12-18 12:16:21 -05:00
..
.gitignore
check.c
controldata.c
dump.c
exec.c
file.c
function.c
IMPLEMENTATION
info.c
Makefile build: pass EXTRA_REGRESS_OPTS to secondary regression tests 2013-12-04 10:14:45 -05:00
option.c pg_upgrade: Handle default_transaction_read_only settings 2013-11-30 16:50:33 -05:00
page.c
parallel.c
pg_upgrade.c
pg_upgrade.h
relfilenode.c
server.c Fix whitespace 2013-12-03 22:57:08 -05:00
tablespace.c
test.sh
TESTING
util.c Fix incorrect error message reported for non-existent users 2013-12-18 12:16:21 -05:00
version_old_8_3.c pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns 2013-11-19 15:00:49 -05:00
version.c