Re: Reorganize GUC structs - Mailing list pgsql-hackers

From Anton Voloshin
Subject Re: Reorganize GUC structs
Date
Msg-id 270ae9e7-85c6-487d-b02b-a994af56710b@postgrespro.ru
Whole thread
In response to Re: Reorganize GUC structs  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: Reorganize GUC structs
List pgsql-hackers
Hello,

On 19/11/2025 10:57, Peter Eisentraut wrote:
 > Ok, committed that way.

in fce7c73fb (Sort guc_parameters.dat alphabetically by name) two 
extraneous newlines have been kept in the guc_parameters.dat: before 
archive_command and before seq_page_cost. I suggest to remove them, 
since they don't seem to mark any important spots anyway, see the 
attached patch.

Found by accident after re-sorting guc_parameters.dat in our fork with 
sort_guc_parameters.pl (also attached just in case). This is a 
single-use script, not meant to be robust or tidy.

Best regards,
Anton Voloshin
Postgres Professional, The Russian Postgres Company
https://postgrespro.ru

Attachment

pgsql-hackers by date:

Previous
From: Xuneng Zhou
Date:
Subject: Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup
Next
From: Nazir Bilal Yavuz
Date:
Subject: Re: Fix handling of copy_file_range() return value