mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Fix regression test breakage from triggers patch.
This commit is contained in:
@@ -616,7 +616,9 @@ SELECT user_relns() AS user_relns
|
|||||||
int8_tbl
|
int8_tbl
|
||||||
interval_tbl
|
interval_tbl
|
||||||
iportaltest
|
iportaltest
|
||||||
|
log_table
|
||||||
lseg_tbl
|
lseg_tbl
|
||||||
|
main_table
|
||||||
num_data
|
num_data
|
||||||
num_exp_add
|
num_exp_add
|
||||||
num_exp_div
|
num_exp_div
|
||||||
@@ -657,7 +659,7 @@ SELECT user_relns() AS user_relns
|
|||||||
toyemp
|
toyemp
|
||||||
varchar_tbl
|
varchar_tbl
|
||||||
xacttest
|
xacttest
|
||||||
(93 rows)
|
(95 rows)
|
||||||
|
|
||||||
--SELECT name(equipment(hobby_construct(text 'skywalking', text 'mer'))) AS equip_name;
|
--SELECT name(equipment(hobby_construct(text 'skywalking', text 'mer'))) AS equip_name;
|
||||||
SELECT hobbies_by_name('basketball');
|
SELECT hobbies_by_name('basketball');
|
||||||
|
Reference in New Issue
Block a user