diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-10-04 12:01:50 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-10-04 12:01:50 -0400 |
commit | f22e84df1dea96c8f4b0f7369ea60607fbb9ce10 (patch) | |
tree | 0c4f7973c33f51e0c58aed4532e57d3a3c4c2b25 /src/backend/utils/adt/pg_locale.c | |
parent | ddbba3aac868132137782b02a4e81218cfd3b4b9 (diff) | |
download | postgresql-f22e84df1dea96c8f4b0f7369ea60607fbb9ce10.tar.gz postgresql-f22e84df1dea96c8f4b0f7369ea60607fbb9ce10.zip |
ecpg: avoid adding whitespace around '&' in connection URLs.
The preprocessor really should not have done this to begin with.
The space after '&' was masked by ECPGconnect's skipping spaces
before option keywords, and the space before by dint of libpq
being (mostly) insensitive to trailing space in option values.
We fixed the one known problem with that in 920d51979. Hence
this patch is mostly cosmetic, and we'll just change it in HEAD.
Discussion: https://postgr.es/m/TY2PR01MB36286A7B97B9A15793335D18C1772@TY2PR01MB3628.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend/utils/adt/pg_locale.c')
0 files changed, 0 insertions, 0 deletions