]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove extraneous newlines from guc_parameters.dat
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Jun 2026 12:58:54 +0000 (14:58 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Jun 2026 13:07:07 +0000 (15:07 +0200)
In commit fce7c73fb, two unnecessary newlines were kept: before
archive_command and seq_page_cost.  Remove them here just to be
tidier.

Author: Anton Voloshin <a.voloshin@postgrespro.ru>
Discussion: https://www.postgresql.org/message-id/270ae9e7-85c6-487d-b02b-a994af56710b%40postgrespro.ru

src/backend/utils/misc/guc_parameters.dat

index afaa058b046c90f636e63c1272d061fc980ab8a5..7b1eb6e61bcac2ab5f883ccd8236d01ccaecbd17 100644 (file)
@@ -73,7 +73,6 @@
   boot_val => '""',
 },
 
-
 { name => 'archive_command', type => 'string', context => 'PGC_SIGHUP', group => 'WAL_ARCHIVING',
   short_desc => 'Sets the shell command that will be called to archive a WAL file.',
   long_desc => 'An empty string means use "archive_library".',
   boot_val => 'false',
 },
 
-
 { name => 'seq_page_cost', type => 'real', context => 'PGC_USERSET', group => 'QUERY_TUNING_COST',
   short_desc => 'Sets the planner\'s estimate of the cost of a sequentially fetched disk page.',
   flags => 'GUC_EXPLAIN',