| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: A few follow-up fixes for GUC name quoting |
| Date: | 2024-05-17 11:54:42 |
| Message-ID: | E1s7wAc-000dA7-TI@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
A few follow-up fixes for GUC name quoting
Fixups for 17974ec259: Some messages were missed (and some were new
since the patch was originally proposed), and there was a typo
introduced.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e9b7aee27283e65bd8819cd7a081dbe79eb1c1a3
Modified Files
--------------
src/backend/libpq/be-secure-openssl.c | 2 +-
src/backend/postmaster/bgworker.c | 2 +-
src/backend/postmaster/pgarch.c | 2 +-
src/backend/replication/logical/slotsync.c | 2 +-
src/backend/utils/misc/guc_tables.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2024-05-17 12:29:15 | pgsql: Refuse upgrades from pre-9.0 clusters |
| Previous Message | Alexander Lakhin | 2024-05-17 10:00:00 | Re: pgsql: Update obsolete index scan TID comments. |