Remove extraneous newlines from guc_parameters.dat 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 <[email protected]> Discussion: https://www.postgresql.org/message-id/270ae9e7-85c6-487d-b02b-a994af56710b%40postgrespro.ru Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a7f59b252a8ed7a8a78cfd1dcd6293759c8ef09a Modified Files -------------- src/backend/utils/misc/guc_parameters.dat | 2 -- 1 file changed, 2 deletions(-)
