pgsql: Reset standard_conforming_strings in strings test

2021-03-28 Thread Peter Eisentraut
Reset standard_conforming_strings in strings test After some tests relating to standard_conforming_strings behavior, the value was not reset to the default value. Therefore, the rest of the tests in that file ran with the nondefault setting, which affected the results of some tests. For clarity,

pgsql: PageAddItemExtended(): Add LP_UNUSED assertion.

2021-03-28 Thread Peter Geoghegan
PageAddItemExtended(): Add LP_UNUSED assertion. Assert that LP_UNUSED items have no storage. If it's worth having defensive code in non-assert builds then it's worth having an assertion as well. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/30aaab26e52144097a1a5b

pgsql: Cache if PathTarget and RestrictInfos contain volatile functions

2021-03-28 Thread David Rowley
Cache if PathTarget and RestrictInfos contain volatile functions Here we aim to reduce duplicate work done by contain_volatile_functions() by caching whether PathTargets and RestrictInfos contain any volatile functions the first time contain_volatile_functions() is called for them. Any future call

pgsql: doc: Define TLS as an acronym

2021-03-28 Thread Stephen Frost
doc: Define TLS as an acronym Commit c6763156589 added an acronym reference for "TLS" but the definition was never added. Author: Daniel Gustafsson Reviewed-by: Michael Paquier Backpatch-through: 9.6 Discussion: https://postgr.es/m/27109504-82db-41a8-8e63-c0498314f...@yesql.se Branch -- REL_

pgsql: doc: Define TLS as an acronym

2021-03-28 Thread Stephen Frost
doc: Define TLS as an acronym Commit c6763156589 added an acronym reference for "TLS" but the definition was never added. Author: Daniel Gustafsson Reviewed-by: Michael Paquier Backpatch-through: 9.6 Discussion: https://postgr.es/m/27109504-82db-41a8-8e63-c0498314f...@yesql.se Branch -- REL_

pgsql: doc: Define TLS as an acronym

2021-03-28 Thread Stephen Frost
doc: Define TLS as an acronym Commit c6763156589 added an acronym reference for "TLS" but the definition was never added. Author: Daniel Gustafsson Reviewed-by: Michael Paquier Backpatch-through: 9.6 Discussion: https://postgr.es/m/27109504-82db-41a8-8e63-c0498314f...@yesql.se Branch -- REL_

pgsql: doc: Define TLS as an acronym

2021-03-28 Thread Stephen Frost
doc: Define TLS as an acronym Commit c6763156589 added an acronym reference for "TLS" but the definition was never added. Author: Daniel Gustafsson Reviewed-by: Michael Paquier Backpatch-through: 9.6 Discussion: https://postgr.es/m/27109504-82db-41a8-8e63-c0498314f...@yesql.se Branch -- mast

pgsql: doc: Define TLS as an acronym

2021-03-28 Thread Stephen Frost
doc: Define TLS as an acronym Commit c6763156589 added an acronym reference for "TLS" but the definition was never added. Author: Daniel Gustafsson Reviewed-by: Michael Paquier Backpatch-through: 9.6 Discussion: https://postgr.es/m/27109504-82db-41a8-8e63-c0498314f...@yesql.se Branch -- REL_

pgsql: doc: Define TLS as an acronym

2021-03-28 Thread Stephen Frost
doc: Define TLS as an acronym Commit c6763156589 added an acronym reference for "TLS" but the definition was never added. Author: Daniel Gustafsson Reviewed-by: Michael Paquier Backpatch-through: 9.6 Discussion: https://postgr.es/m/27109504-82db-41a8-8e63-c0498314f...@yesql.se Branch -- REL9