postgresql/src
Tom Lane eb9812f272 Make pg_upgrade's test.sh less chatty.
The use of "set -x" to echo a subset of the test's commands might've
been a good idea during development of this test, but it's been stable
for long enough now that the extra output isn't very useful.  Also
our project expectations have been trending towards less output in
non-error cases; the fact that "set -x" produces output on stderr
is particularly annoying from that standpoint.  So get rid of it.

Also, pass "-A trust" to initdb explicitly so that it won't issue
a warning about "trust" being an insecure default.  This matches
what the TAP tests have done for a long time, and again gets rid
of some noise on stderr.

Discussion: https://postgr.es/m/21766.1558397960@sss.pgh.pa.us
2019-05-21 13:11:57 -04:00
..
backend tableam: Move heap-specific logic from needs_toast_table below tableam. 2019-05-21 11:57:13 -04:00
bin Make pg_upgrade's test.sh less chatty. 2019-05-21 13:11:57 -04:00
common Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
fe_utils Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
include tableam: Move heap-specific logic from needs_toast_table below tableam. 2019-05-21 11:57:13 -04:00
interfaces Translation updates 2019-05-20 16:00:53 +02:00
makefiles Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds. 2019-04-09 08:25:39 -07:00
pl Translation updates 2019-05-20 16:00:53 +02:00
port ANSI-ify a few straggler K&R-style function definitions. 2019-05-18 20:16:50 -04:00
template
test Insert temporary debugging output in regression tests. 2019-05-21 12:23:21 -04:00
timezone Portability fix for zic.c. 2019-04-26 21:20:55 -04:00
tools Remove bug.template file 2019-05-20 08:58:21 +02:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Consistently test for in-use shared memory. 2019-04-12 22:36:38 -07:00
Makefile.shlib
nls-global.mk Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00