postgresql/src
Robert Haas 3d067c53b2 In 020_createdb.pl, change order of command-line arguments.
Linux thinks that something like "createdb foo -S bar" is perfectly
fine, but Windows wants the options to precede any bare arguments, so
we must write "createdb -S bar foo" for portability.

Per reports from CI, the buildfarm, and Andres.

Discussion: http://postgr.es/m/20220329173536.7d2ywdatsprxl4x6@alap3.anarazel.de
2022-03-29 13:48:39 -04:00
..
backend Add new block-by-block strategy for CREATE DATABASE. 2022-03-29 11:48:36 -04:00
bin In 020_createdb.pl, change order of command-line arguments. 2022-03-29 13:48:39 -04:00
common Make update-unicode target work in vpath builds 2022-03-25 09:47:50 +01:00
fe_utils Allow pgbench to retry in some cases. 2022-03-23 19:05:45 +09:00
include Add new block-by-block strategy for CREATE DATABASE. 2022-03-29 11:48:36 -04:00
interfaces Enable SSL library detection via PQsslAttribute() 2022-03-29 14:02:45 +02:00
makefiles Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
pl Add support for MERGE SQL command 2022-03-28 16:47:48 +02:00
port Simplify coding around path_contains_parent_reference(). 2022-01-31 13:53:38 -05:00
template Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
test Revert "Fix replay of create database records on standby" 2022-03-29 15:36:21 +02:00
timezone Update copyright for 2022 2022-01-07 19:04:57 -05:00
tools Add new block-by-block strategy for CREATE DATABASE. 2022-03-29 11:48:36 -04:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.shlib AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. 2021-09-06 11:27:59 -07:00
nls-global.mk Add errhint_plural() function and make use of it 2021-03-31 09:16:25 +02:00