Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6dfb41a

Browse files
committed
Add comment into altorder.sql
1 parenta2448b5 commit6dfb41a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎expected/altorder.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CREATE TABLE atsts (id int, t tsvector, d timestamp);
22
\copy atsts from 'data/tsts.data'
3+
-- PGPRO-2537: We need more data to test rumsort.c with logtape.c
34
\copy atsts from 'data/tsts.data'
45
\copy atsts from 'data/tsts.data'
56
\copy atsts from 'data/tsts.data'

‎sql/altorder.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CREATETABLEatsts (idint, t tsvector, dtimestamp);
22

33
\copy atstsfrom'data/tsts.data'
4+
-- PGPRO-2537: We need more data to test rumsort.c with logtape.c
45
\copy atstsfrom'data/tsts.data'
56
\copy atstsfrom'data/tsts.data'
67
\copy atstsfrom'data/tsts.data'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp