pgsql: Doc: Remove mention to "Visual Studio Express 2019"

2019-08-21 Thread Michael Paquier
Doc: Remove mention to "Visual Studio Express 2019" The "Express" flavor of Visual Studio exists up to 2017, and the documentation referred to "Express" for Visual Studio 2019. Author: Takuma Hoshiai Discussion: https://postgr.es/m/[email protected] Backpatch-t

pgsql: Doc: Remove mention to "Visual Studio Express 2019"

2019-08-21 Thread Michael Paquier
Doc: Remove mention to "Visual Studio Express 2019" The "Express" flavor of Visual Studio exists up to 2017, and the documentation referred to "Express" for Visual Studio 2019. Author: Takuma Hoshiai Discussion: https://postgr.es/m/[email protected] Backpatch-t

pgsql: Doc: Remove mention to "Visual Studio Express 2019"

2019-08-21 Thread Michael Paquier
Doc: Remove mention to "Visual Studio Express 2019" The "Express" flavor of Visual Studio exists up to 2017, and the documentation referred to "Express" for Visual Studio 2019. Author: Takuma Hoshiai Discussion: https://postgr.es/m/[email protected] Backpatch-t

pgsql: Doc: Remove mention to "Visual Studio Express 2019"

2019-08-21 Thread Michael Paquier
Doc: Remove mention to "Visual Studio Express 2019" The "Express" flavor of Visual Studio exists up to 2017, and the documentation referred to "Express" for Visual Studio 2019. Author: Takuma Hoshiai Discussion: https://postgr.es/m/[email protected] Backpatch-t

pgsql: Doc: Remove mention to "Visual Studio Express 2019"

2019-08-21 Thread Michael Paquier
Doc: Remove mention to "Visual Studio Express 2019" The "Express" flavor of Visual Studio exists up to 2017, and the documentation referred to "Express" for Visual Studio 2019. Author: Takuma Hoshiai Discussion: https://postgr.es/m/[email protected] Backpatch-t

pgsql: Doc: Remove mention to "Visual Studio Express 2019"

2019-08-21 Thread Michael Paquier
Doc: Remove mention to "Visual Studio Express 2019" The "Express" flavor of Visual Studio exists up to 2017, and the documentation referred to "Express" for Visual Studio 2019. Author: Takuma Hoshiai Discussion: https://postgr.es/m/[email protected] Backpatch-t

pgsql: Doc: Remove mention to "Visual Studio Express 2019"

2019-08-21 Thread Michael Paquier
Doc: Remove mention to "Visual Studio Express 2019" The "Express" flavor of Visual Studio exists up to 2017, and the documentation referred to "Express" for Visual Studio 2019. Author: Takuma Hoshiai Discussion: https://postgr.es/m/[email protected] Backpatch-t

pgsql: Update comments on nbtree stack struct.

2019-08-21 Thread Peter Geoghegan
Update comments on nbtree stack struct. Adjust the struct comment that describes how page splits use their descent stack to cascade up the tree from the leaf level. In passing, fix up some unrelated nbtree comments that had typos or were obsolete. Branch -- master Details --- https://gi

pgsql: Remove configure detection of crypt()

2019-08-21 Thread Peter Eisentraut
Remove configure detection of crypt() crypt() hasn't been needed since crypt detection was removed from PostgreSQL, so these configure checks are not necessary. Reviewed-by: Tom Lane Discussion: https://www.postgresql.org/message-id/flat/21f88934-f00c-27f6-a9d8-7ea06d317781%402ndquadrant.com B

pgsql: Fix typo

2019-08-21 Thread Alvaro Herrera
Fix typo In early development patches, "replication origins" were called "identifiers"; almost everything was renamed, but these references to the old terminology went unnoticed. Reported-by: Craig Ringer Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/ef415

pgsql: Fix typo

2019-08-21 Thread Alvaro Herrera
Fix typo In early development patches, "replication origins" were called "identifiers"; almost everything was renamed, but these references to the old terminology went unnoticed. Reported-by: Craig Ringer Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d60ec

pgsql: Fix typo

2019-08-21 Thread Alvaro Herrera
Fix typo In early development patches, "replication origins" were called "identifiers"; almost everything was renamed, but these references to the old terminology went unnoticed. Reported-by: Craig Ringer Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/8f75e8e44609

pgsql: Fix typo

2019-08-21 Thread Alvaro Herrera
Fix typo In early development patches, "replication origins" were called "identifiers"; almost everything was renamed, but these references to the old terminology went unnoticed. Reported-by: Craig Ringer Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/aad9b

pgsql: Fix typo

2019-08-21 Thread Alvaro Herrera
Fix typo In early development patches, "replication origins" were called "identifiers"; almost everything was renamed, but these references to the old terminology went unnoticed. Reported-by: Craig Ringer Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/fe726

pgsql: Fix typo

2019-08-21 Thread Alvaro Herrera
Fix typo In early development patches, "replication origins" were called "identifiers"; almost everything was renamed, but these references to the old terminology went unnoticed. Reported-by: Craig Ringer Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/dc2a2

pgsql: Remove unnecessary test dependency on the contents of pg_pltempl

2019-08-21 Thread Tom Lane
Remove unnecessary test dependency on the contents of pg_pltemplate. Using pg_pltemplate as test data was probably not very forward-looking, considering we've had many discussions around removing that catalog altogether. Use a nearby temp table instead, to make these two test scripts more self-co

pgsql: Remove master/slave usage from plpgsql tests

2019-08-21 Thread Peter Eisentraut
Remove master/slave usage from plpgsql tests Author: Dagfinn Ilmari MannsÃ¥ker Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3f0f99125e5c0fd704de3c07abe691ebefc51

pgsql: Clean up some SCRAM attribute processing

2019-08-21 Thread Peter Eisentraut
Clean up some SCRAM attribute processing Correct the comment for read_any_attr(). Give a clearer error message when parsing at the end of the string, when the client-final-message does not contain a "p" attribute (for some reason). Reviewed-by: Michael Paquier Discussion: https://www.postgresq