pgsql: Fix variable name and comment

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix variable name and comment
Date: 2023-12-28 16:39:39
Message-ID: E1rItQ2-00CL0q-RU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix variable name and comment

Should match the name of the related GUC variable.

Discussion: https://www.postgresql.org/message-id/da4a680a-5d8a-4663-a5c8-a3ccbf23394a@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/541e8f14a185495f814ae0a0876a0d0c4118833a

Modified Files
--------------
src/backend/utils/error/elog.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-12-29 15:57:28 pgsql: In pg_dump, don't dump a stats object unless dumping underlying
Previous Message Michael Paquier 2023-12-28 11:10:07 pgsql: doc: Mention AttributeRelationId in FDW validator function descr