Add missing newline at the end of index_including.sql
authorMichael Paquier
Wed, 15 May 2024 05:31:47 +0000 (14:31 +0900)
committerMichael Paquier
Wed, 15 May 2024 05:31:47 +0000 (14:31 +0900)
Thinko in a63224be49b8.

src/test/regress/sql/index_including.sql

index ad9cbdd02807bc580f9b6584eda6d674f8fc93ef..11c95974ec97ca408906044022ba02326cf6b07c 100644 (file)
@@ -235,4 +235,4 @@ SELECT c2, c1, c3 FROM nametbl WHERE c2 = 'two' AND c1 = 1;
 
 RESET enable_seqscan;
 
-DROP TABLE nametbl;
\ No newline at end of file
+DROP TABLE nametbl;