pgsql: initdb: properly alphabetize getopt_long options in C string
initdb: properly alphabetize getopt_long options in C string Backpatch-through: 9.5 Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5ec8a2e7c3bf5af67e2fff68a709d01add16ebfc Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: properly alphabetize getopt_long options in C string
initdb: properly alphabetize getopt_long options in C string Backpatch-through: 9.5 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/38bcd4340f5a7d618961d185f79776f5802336e0 Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: properly alphabetize getopt_long options in C string
initdb: properly alphabetize getopt_long options in C string Backpatch-through: 9.5 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/39f3a9d2ffcaafeb8ff25e0dbe9f28a657efb48e Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: properly alphabetize getopt_long options in C string
initdb: properly alphabetize getopt_long options in C string Backpatch-through: 9.5 Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/ccbe536776f599cf3f709c60543222f1840e9d5d Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: properly alphabetize getopt_long options in C string
initdb: properly alphabetize getopt_long options in C string Backpatch-through: 9.5 Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/ab96c4c2d18c118d644ab998016101ebc45fcb4a Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: properly alphabetize getopt_long options in C string
initdb: properly alphabetize getopt_long options in C string Backpatch-through: 9.5 Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/add6b13be91f412a11a5be6d91888be9f16c7b1d Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: properly alphabetize getopt_long options in C string
initdb: properly alphabetize getopt_long options in C string Backpatch-through: 9.5 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/035c7dfddff1197a9229559a5c6e23e2a4cbf46c Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: complete getopt_long alphabetization
initdb: complete getopt_long alphabetization Backpatch-through: 9.5 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/787d06a206b24138c06393b4737c6f116aaf30e6 Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: complete getopt_long alphabetization
initdb: complete getopt_long alphabetization Backpatch-through: 9.5 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8e456b8e597ed944eca7c24d6613ebff94aacb0b Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: complete getopt_long alphabetization
initdb: complete getopt_long alphabetization Backpatch-through: 9.5 Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/970761f15f4a866728a472a44e332a7011631feb Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: complete getopt_long alphabetization
initdb: complete getopt_long alphabetization Backpatch-through: 9.5 Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/348dd28a0df7c56e88cc83cedeb92a43db39233c Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: complete getopt_long alphabetization
initdb: complete getopt_long alphabetization Backpatch-through: 9.5 Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/da214247de1d566709bff0420dd8024fd9fa0d10 Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: initdb: complete getopt_long alphabetization
initdb: complete getopt_long alphabetization Backpatch-through: 9.5 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d6abfdf84ef7c01d98d04f486fb467a4aec83804 Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: Correct behavior descriptions in comments, and correct a test na
Correct behavior descriptions in comments, and correct a test name. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/73aae4522b35125c4f9a506842a69336ec5d0f1b Modified Files -- src/backend/replication/logical/worker.c | 2 +- src/backend/replication/walreceiver.c | 2 +- src/test/perl/PostgresNode.pm | 2 +- src/test/recovery/t/020_archive_status.pl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
pgsql: Use HASH_BLOBS for xidhash.
Use HASH_BLOBS for xidhash. This caused BufFile errors on buildfarm member sungazer, and SIGSEGV was possible. Conditions for reaching those symptoms were more frequent on big-endian systems. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a1b8aa1e4eec520ed8f11c3d134a7a866358d39a Modified Files -- src/backend/replication/logical/worker.c | 2 +- src/test/perl/PostgresNode.pm| 87 src/test/subscription/t/015_stream.pl| 26 +- 3 files changed, 112 insertions(+), 3 deletions(-)
