| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Cc: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, John Naylor <johncnaylorls(at)gmail(dot)com> |
| Subject: | Re: Reorganize GUC structs |
| Date: | 2025-11-07 08:44:22 |
| Message-ID: | 2c961fa1-14f6-44a2-985c-e30b95654e8d@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 03.11.25 12:16, Peter Eisentraut wrote:
> The remaining patches to sort the list alphabetically have also been
> pushed.
Here are a few more small patches to fix related things I found
afterwards or in passing.
The first one straightens out how the qsort comparison function for GUC
records works, and also removes the implicit requirement that the name
field is first in the struct.
The second one fixes up an NLS build rule for the recent changes.
The third fixes some translation markers. This is an older problem.
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Clean-up-qsort-comparison-function-for-GUC-entries.patch | text/plain | 2.2 KB |
| 0002-Fix-backend-init-po-file-list.patch | text/plain | 1.1 KB |
| 0003-Fix-NLS-for-incorrect-GUC-enum-value-hint-message.patch | text/plain | 1.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jim Jones | 2025-11-07 09:17:15 | Re: XMLSerialize: version and explicit XML declaration |
| Previous Message | Heikki Linnakangas | 2025-11-07 08:10:25 | Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue |