Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 54b69f1

Browse files
committed
Add missing newline at the end of index_including.sql
Thinko in a63224b.
1 parent 8cb653b commit 54b69f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/sql/index_including.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ SELECT c2, c1, c3 FROM nametbl WHERE c2 = 'two' AND c1 = 1;
235235

236236
RESET enable_seqscan;
237237

238-
DROP TABLE nametbl;
238+
DROP TABLE nametbl;

0 commit comments

Comments
 (0)