pgsql: Fix typo
Fix typo Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6695e956f831f6e124f85bccfb40847875980a5f Modified Files -- src/backend/executor/execMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: Fix typo
Fix typo Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/acad8b409add4bde37e3882c1680a7bd26289f03 Modified Files -- src/backend/executor/execMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
pgsql: Teach SHOW ALL to honor pg_read_all_settings membership
Teach SHOW ALL to honor pg_read_all_settings membership Also, fix the pg_settings view to display source filename and line number when invoked by a pg_read_all_settings member. This addition by me (Álvaro). Also, fix wording of the comment in GetConfigOption regarding the restriction it implements, renaming the parameter for extra clarity. Noted by Michaël. These were all oversight in commit 25fff40798fc; backpatch to pg10, where that commit first appeared. Author: Laurenz Albe Reviewed-by: Michaël Paquier, Álvaro Herrera Discussion: https://postgr.es/m/1519917758.6586.8.ca...@cybertec.at Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0c8910a0cab7c1e439bf5f5850122c36359e6799 Modified Files -- src/backend/utils/misc/guc.c | 19 ++- src/include/utils/guc.h | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-)
pgsql: Teach SHOW ALL to honor pg_read_all_settings membership
Teach SHOW ALL to honor pg_read_all_settings membership Also, fix the pg_settings view to display source filename and line number when invoked by a pg_read_all_settings member. This addition by me (Álvaro). Also, fix wording of the comment in GetConfigOption regarding the restriction it implements, renaming the parameter for extra clarity. Noted by Michaël. These were all oversight in commit 25fff40798fc; backpatch to pg10, where that commit first appeared. Author: Laurenz Albe Reviewed-by: Michaël Paquier, Álvaro Herrera Discussion: https://postgr.es/m/1519917758.6586.8.ca...@cybertec.at Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a25c207b2fb8be8dc1bf91b55e8b5b3d809934d9 Modified Files -- src/backend/utils/misc/guc.c | 19 ++- src/include/utils/guc.h | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-)