aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/commit_ts.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2025-07-09 12:46:13 +0900
committerMichael Paquier <michael@paquier.xyz>2025-07-09 12:46:13 +0900
commitfef6da9e9c8790fa915942af2ada190c33fcf98c (patch)
tree455bbc3844dc54548ecb29af282930b66acb31e3 /src/backend/access/transam/commit_ts.c
parent93001888d85c21a5b9ab1fe8dabfecb673fc007c (diff)
downloadpostgresql-fef6da9e9c8790fa915942af2ada190c33fcf98c.tar.gz
postgresql-fef6da9e9c8790fa915942af2ada190c33fcf98c.zip
libpq: Remove PQservice()
This routine has been introduced as a shortcut to be able to retrieve a service name from an active connection, for psql. Per discussion, and as it is only used by psql, let's remove it to not clutter the libpq API more than necessary. The logic in psql is replaced by lookups of PQconninfoOption for the active connection, instead, updated each time the variables are synced by psql, the prompt shortcut relying on the variable synced. Reported-by: Noah Misch <noah@leadboat.com> Discussion: https://postgr.es/m/20250706161319.c1.nmisch@google.com Backpatch-through: 18
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
0 files changed, 0 insertions, 0 deletions