Update code comment

Should have been part of commit a13833c35f.
pull/246/head
Peter Eisentraut 2 months ago
parent eaa159632d
commit 05b9edcb71
  1. 8
      src/backend/utils/misc/guc_tables.c

@ -4,10 +4,10 @@
* *
* Static tables for the Grand Unified Configuration scheme. * Static tables for the Grand Unified Configuration scheme.
* *
* Many of these tables are const. However, ConfigureNamesBool[] * Many of these tables are const. However, ConfigureNames[] is not, because
* and so on are not, because the structs in those arrays are actually * the structs in it are actually the live per-variable state data that guc.c
* the live per-variable state data that guc.c manipulates. While many of * manipulates. While many of their fields are intended to be constant, some
* their fields are intended to be constant, some fields change at runtime. * fields change at runtime.
* *
* *
* Copyright (c) 2000-2025, PostgreSQL Global Development Group * Copyright (c) 2000-2025, PostgreSQL Global Development Group

Loading…
Cancel
Save