Skip to content

Commit 17f91b6

Browse files
committed
test the check
1 parent 0606042 commit 17f91b6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/planner/agg_bookend.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,8 @@ build_first_last_path(PlannerInfo *root, FirstLastAggInfo *fl_info, Oid eqop, Oi
799799
return false;
800800
}
801801

802+
/* FIXME */
803+
802804
/*
803805
* The path might not return exactly what we want, so fix that. (We
804806
* assume that this won't change any conclusions about which was the

test/sql/include/agg_bookends_load.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ INSERT INTO btest VALUES('2017-01-20T09:00:43', '2017-01-20T09:01:55', 2, 20.1,
1515
CREATE TABLE btest_numeric (time timestamp NOT NULL, quantity numeric);
1616
SELECT schema_name, table_name, created FROM create_hypertable('btest_numeric', 'time');
1717

18+
/* FIXME */
19+

0 commit comments

Comments
 (0)