Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.

Robert Haas <rhaas@postgresql.org>

Commit: de7e96bd0fc620715fa1c7bd9985463c358664cf
Author: Robert Haas <rhaas@postgresql.org>
Date: 2024-03-27T14:45:28Z
Releases: 17.0
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

Files

PathChange+/−
src/backend/utils/misc/guc_tables.c modified +2 −2
src/include/utils/guc_tables.h modified +1 −1

Discussion