pgsql: Add missing newlines at the end of two SQL files - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add missing newlines at the end of two SQL files
Date
Msg-id E1t7YDM-003l9C-Go@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing newlines at the end of two SQL files

arrays.sql was already missing it before 49d6c7d8daba, and I have just
noticed it thanks to this commit.  The second one in test_slru has been
introduced by 768a9fd5535f.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/027124a872d7b5dfddc69590af42f626b1727dba

Modified Files
--------------
src/test/modules/test_slru/test_slru--1.0.sql | 2 +-
src/test/regress/sql/arrays.sql               | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: Re: pgsql: Move I/O before the index_update_stats() buffer lock region.
Next
From: Amit Kapila
Date:
Subject: pgsql: Doc: Update the behavior of generated columns in Logical Replica