Skip to content

Commit 216b4da

Browse files
committed
add description for the latest test
1 parent 7e1de7b commit 216b4da

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
CREATE TABLE test.cte_del_xacts (id BIGSERIAL PRIMARY KEY, pdate DATE NOT NULL);
283283
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;

0 commit comments

Comments
 (0)