diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-03-04 12:00:39 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-03-04 12:00:39 -0500 |
commit | b78f4d22b2f21a3efd1cb8969c9e8fa1f52466c5 (patch) | |
tree | 3882c9a639c98529f81e1d8a84064f413c8f733d /src/backend/executor/nodeModifyTable.c | |
parent | 896bd6da8e2bfcf912cd8c2d4f07e4656b3f8155 (diff) | |
download | postgresql-b78f4d22b2f21a3efd1cb8969c9e8fa1f52466c5.tar.gz postgresql-b78f4d22b2f21a3efd1cb8969c9e8fa1f52466c5.zip |
Fix initdb's -c option to treat the GUC name case-insensitively.
The backend treats GUC names case-insensitively, so this code should
too. This avoids ending up with a confusing set of redundant entries
in the generated postgresql.conf file.
Per report from Kyotaro Horiguchi. Back-patch to v16 where this
feature was added (in commit 3e51b278d).
Discussion: https://postgr.es/m/20230928.164904.2153358973162534034.horikyota.ntt@gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions