pgsql: docs: remove "III" version text from pgAdmin link

2018-04-26 Thread Bruce Momjian
docs: remove "III" version text from pgAdmin link Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1900365c1e769ed

pgsql: docs: remove "III" version text from pgAdmin link

2018-04-26 Thread Bruce Momjian
docs: remove "III" version text from pgAdmin link Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/367e57fb

pgsql: docs: remove "III" version text from pgAdmin link

2018-04-26 Thread Bruce Momjian
docs: remove "III" version text from pgAdmin link Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f47af9f2

pgsql: docs: remove "III" version text from pgAdmin link

2018-04-26 Thread Bruce Momjian
docs: remove "III" version text from pgAdmin link Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1d91af81

pgsql: docs: remove "III" version text from pgAdmin link

2018-04-26 Thread Bruce Momjian
docs: remove "III" version text from pgAdmin link Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/131bfcb7

pgsql: docs: remove "III" version text from pgAdmin link

2018-04-26 Thread Bruce Momjian
docs: remove "III" version text from pgAdmin link Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1c66ee81

pgsql: Fix duplicate_oids and unused_oids so user needn't cd to catalog

2018-04-26 Thread Tom Lane
Fix duplicate_oids and unused_oids so user needn't cd to catalog dir. Previously, you had to cd into src/include/catalog before running either of these scripts. That's a bit tedious, so let's make the scripts do it for you. In passing, improve the initial comments in both scripts. Also remove u

pgsql: Avoid parsing catalog data twice during BKI file construction.

2018-04-26 Thread Tom Lane
Avoid parsing catalog data twice during BKI file construction. In the wake of commit 5602265f7, we were doing duplicate-OID detection quite inefficiently, by invoking duplicate_oids which does all the same parsing of catalog headers and .dat files as genbki.pl does. That adds under half a second

pgsql: Post-feature-freeze pgindent run.

2018-04-26 Thread Tom Lane
Post-feature-freeze pgindent run. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/bdf46af748d0f15f257c99bf06e9e25aba6a24f9 Modified Files -- contrib/amcheck/verify_nbtree.c

pgsql: Preliminary work for pgindent run.

2018-04-26 Thread Tom Lane
Preliminary work for pgindent run. Update typedefs.list from current buildfarm results. Adjust pgindent's typedef blacklist to block some more unfortunate typedef names that have snuck in since last time. Manually tweak a few places where I didn't like the initial results of pgindent'ing. Branc

pgsql: C comment: add description of root_tuple_slot

2018-04-26 Thread Bruce Momjian
C comment: add description of root_tuple_slot Reported-by: Amit Langote Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7551d9bc408c2402a8558367ee950ca403e25b37 Modified Files ---

pgsql: Remove outdated comment on how to set logtape's read buffer size

2018-04-26 Thread Heikki Linnakangas
Remove outdated comment on how to set logtape's read buffer size. Commit b75f467b6e removed the LogicalTapeAssignReadBufferSize() function, but forgot to update this comment. The read buffer size is an argument to LogicalTapeRewindForRead() now. Doesn't seem worth going into the details in the fil

pgsql: Remove outdated comment on how to set logtape's read buffer size

2018-04-26 Thread Heikki Linnakangas
Remove outdated comment on how to set logtape's read buffer size. Commit b75f467b6e removed the LogicalTapeAssignReadBufferSize() function, but forgot to update this comment. The read buffer size is an argument to LogicalTapeRewindForRead() now. Doesn't seem worth going into the details in the fil