pgsql: Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning

2022-04-09 Thread Tom Lane
Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning. There's no particular reason why this example has to use a 3-element array rather than 2-element. Shortening it makes the result bytea narrow enough to not cause a margin overrun in A4 format. Branch -- master Details ---

pgsql: Fix whitespace

2022-04-09 Thread Peter Eisentraut
Fix whitespace Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/80c877271a61bd11d6a2ff9a37f1f414a1b082ab Modified Files -- src/test/regress/expected/rules.out | 2 +- src/test/regress/sql/rules.sql | 2 +- src/tools/mark_pgdllimport.pl | 2 +- 3 f

pgsql: Add missing serial commas

2022-04-09 Thread Peter Eisentraut
Add missing serial commas Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/38abc39c81f9d51cff0b4dccebd5bf73327f19e1 Modified Files -- src/backend/commands/publicationcmds.c| 2 +- src/backend/utils/adt/jsonpath_exec.c | 2 +- src/backend/utils/misc/

pgsql: Add missing source files to nls.mk

2022-04-09 Thread Peter Eisentraut
Add missing source files to nls.mk Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/fc5b83bb60a862a4a27372b255405df598455ff1 Modified Files -- src/bin/pg_basebackup/nls.mk | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-)