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

Commit216b4da

Browse files
committed
add description for the latest test
1 parent7e1de7b commit216b4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎expected/pathman_basic.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ SELECT * FROM ttt;
11091109
(5 rows)
11101110

11111111
/*
1112-
* Test CTE query (DELETE) - by @parihaaraka
1112+
* Test CTE query (DELETE) - by @parihaaraka (add varno to WalkerContext)
11131113
*/
11141114
CREATE TABLE test.cte_del_xacts (id BIGSERIAL PRIMARY KEY, pdate DATE NOT NULL);
11151115
INSERT INTO test.cte_del_xacts (pdate) SELECT gen_date FROM generate_series('2016-01-01'::date, '2016-04-9'::date, '1 day') AS gen_date;

‎sql/pathman_basic.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ SELECT * FROM ttt;
277277

278278

279279
/*
280-
* Test CTE query (DELETE) - by @parihaaraka
280+
* Test CTE query (DELETE) - by @parihaaraka (add varno to WalkerContext)
281281
*/
282282
CREATETABLEtest.cte_del_xacts (idBIGSERIALPRIMARY KEY, pdateDATENOT NULL);
283283
INSERT INTOtest.cte_del_xacts (pdate)SELECT gen_dateFROM generate_series('2016-01-01'::date,'2016-04-9'::date,'1 day')AS gen_date;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp