Skip to content

Commit a7f59b2

Browse files
committed
Remove extraneous newlines from guc_parameters.dat
In commit fce7c73, 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
1 parent a4f02ca commit a7f59b2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/backend/utils/misc/guc_parameters.dat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
boot_val => '""',
7474
},
7575

76-
7776
{ name => 'archive_command', type => 'string', context => 'PGC_SIGHUP', group => 'WAL_ARCHIVING',
7877
short_desc => 'Sets the shell command that will be called to archive a WAL file.',
7978
long_desc => 'An empty string means use "archive_library".',
@@ -2628,7 +2627,6 @@
26282627
boot_val => 'false',
26292628
},
26302629

2631-
26322630
{ name => 'seq_page_cost', type => 'real', context => 'PGC_USERSET', group => 'QUERY_TUNING_COST',
26332631
short_desc => 'Sets the planner\'s estimate of the cost of a sequentially fetched disk page.',
26342632
flags => 'GUC_EXPLAIN',

0 commit comments

Comments
 (0)