pgsql: Error out on too many command-line arguments

2019-08-29 Thread Peter Eisentraut
Error out on too many command-line arguments Fix up oid2name, pg_upgrade, and pgbench to error out on too many command-line arguments. This makes it match the behavior of other PostgreSQL programs. Author: Peter Eisentraut, Ibrar Ahmed Discussion: https://www.postgresql.org/message-id/flat/f255

pgsql: Fix typos in regression test comments.

2019-08-29 Thread Etsuro Fujita
Fix typos in regression test comments. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8ff5de1c7aa2439ae69f53efd61390026505aee4 Modified Files -- src/test/regress/expected/partition_join.out | 4 ++-- src/test/regress/sql/partition_join.sql |

pgsql: Fix typo in regression test comment.

2019-08-29 Thread Etsuro Fujita
Fix typo in regression test comment. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8c88d21ced41b3a8b227235765065158b723e280 Modified Files -- src/test/regress/expected/partition_join.out | 2 +- src/test/regress/sql/partition_join.sql | 2 +-

pgsql: Fix typos in regression test comments.

2019-08-29 Thread Etsuro Fujita
Fix typos in regression test comments. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/317b3d7ae271eca64d49c9c0fddccc3b1e2cb1f6 Modified Files -- src/test/regress/expected/partition_join.out | 4 ++-- src/test/regress/sql/partition_join.sql | 4 ++--