diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-03-27 10:45:28 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-03-27 10:45:28 -0400 |
commit | de7e96bd0fc620715fa1c7bd9985463c358664cf (patch) | |
tree | 28c58e2220b3ed233cd48e3739ffa7aae145bd8b /src/include/utils/guc_tables.h | |
parent | d6a6957d53e3de9982b076b6ddd703be3d0ae30a (diff) | |
download | postgresql-de7e96bd0fc620715fa1c7bd9985463c358664cf.tar.gz postgresql-de7e96bd0fc620715fa1c7bd9985463c358664cf.zip |
Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.
The user-facing name is "Other Platforms and Clients", but the
internal name seems too focused on clients specifically, especially
given the plan to add a new setting to this session that is about
platform or deployment model compatibility rather than client
compatibility.
Jelte Fennema-Nio
Discussion: http://postgr.es/m/CAGECzQTfMbDiM6W3av+3weSnHxJvPmuTEcjxVvSt91sQBdOxuQ@mail.gmail.com
Diffstat (limited to 'src/include/utils/guc_tables.h')
-rw-r--r-- | src/include/utils/guc_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index 0a2e274ebb2..0c0277c4230 100644 --- a/src/include/utils/guc_tables.h +++ b/src/include/utils/guc_tables.h @@ -94,7 +94,7 @@ enum config_group CLIENT_CONN_OTHER, LOCK_MANAGEMENT, COMPAT_OPTIONS_PREVIOUS, - COMPAT_OPTIONS_CLIENT, + COMPAT_OPTIONS_OTHER, ERROR_HANDLING_OPTIONS, PRESET_OPTIONS, CUSTOM_OPTIONS, |