ext/pgsql: Removed pg_service(), unavailable with any released libpq - #23857
KentarouTakeda wants to merge 1 commit into
Conversation
|
Hi @KentarouTakeda good thinking ; what I would do however if I were you is to "reimplement" on master using the information from the connection itself instead wdyt ? |
|
@devnexen Still, restoring the function from 8.5 makes sense too, and it avoids dealing with the password. |
|
@adoy @DanielEScherzer @edorian what do you think if we remove this for the next 8.5 release ? |
|
@devnexen If the function was never exposed to userland (when building against stable libpq), I don't see this as an API break. So no objection from my side. |
PQservice()never shipped in a released libpq; it was dropped during the PostgreSQL 18 beta.See also php/doc-en#5873