pgsql: Add missing newlines at the end of two SQL files

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing newlines at the end of two SQL files
Date: 2024-11-03 10:52:12
Message-ID: E1t7YDM-003l9C-Go@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-11-03 20:54:33 Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Previous Message Noah Misch 2024-11-03 03:21:04 Re: pgsql: Move I/O before the index_update_stats() buffer lock region.