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 --

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 --

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 --

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 --

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 --

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 --

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 ---

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