postgresql/src
Noah Misch 75224ac20e Make "kerberos" test suite independent of "localhost" name resolution.
This suite malfunctioned if the canonical name of "localhost" was
something other than "localhost", such as "localhost.localdomain".  Use
hostaddr=127.0.0.1 and a fictitious host=, so the resolver's answers for
"localhost" don't affect the outcome.  Back-patch to v11, which
introduced this test suite.

Discussion: https://postgr.es/m/20180801050903.GA1392916@rfd.leadboat.com
2018-08-03 20:53:40 -07:00
..
backend Add table relcache invalidation to index builds. 2018-08-03 14:45:02 -07:00
bin Remove no-longer-appropriate special case in psql's \conninfo code. 2018-08-03 12:20:47 -04:00
common Adjust error message 2018-06-11 17:19:11 -04:00
fe_utils Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
include Fix run-time partition pruning for appends with multiple source rels. 2018-08-01 19:42:53 -04:00
interfaces Change libpq's internal uses of PQhost() to inspect host field directly. 2018-08-03 12:12:10 -04:00
makefiles Provide for contrib and pgxs modules to install include files. 2018-07-31 19:58:39 +01:00
pl Provide plpgsql tests for cases involving record field changes. 2018-07-26 18:18:42 -04:00
port Guard against rare RAND_bytes() failures in pg_strong_random(). 2018-07-20 08:57:08 +01:00
template Force "restrict" not to be used when compiling with xlc. 2017-10-13 12:15:06 -07:00
test Make "kerberos" test suite independent of "localhost" name resolution. 2018-08-03 20:53:40 -07:00
timezone Update time zone data files to tzdata release 2018e. 2018-05-09 13:56:22 -04:00
tools Provide for contrib and pgxs modules to install include files. 2018-07-31 19:58:39 +01:00
tutorial Update copyright for 2018 2018-01-02 23:30:12 -05:00
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Ensure we build generated headers at the start of some more cases. 2018-07-30 18:04:39 -04:00
Makefile.shlib Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
nls-global.mk