1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Add missing newline at the end of index_including.sql

Thinko in a63224be49b8.
This commit is contained in:
Michael Paquier 2024-05-15 14:31:47 +09:00
parent 8cb653b245
commit 54b69f1bd7

View File

@ -235,4 +235,4 @@ SELECT c2, c1, c3 FROM nametbl WHERE c2 = 'two' AND c1 = 1;
RESET enable_seqscan;
DROP TABLE nametbl;
DROP TABLE nametbl;