mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Fix regression test breakage from triggers patch.
This commit is contained in:
parent
4c61c827d3
commit
c3637205b2
1 changed files with 3 additions and 1 deletions
|
|
@ -616,7 +616,9 @@ SELECT user_relns() AS user_relns
|
|||
int8_tbl
|
||||
interval_tbl
|
||||
iportaltest
|
||||
log_table
|
||||
lseg_tbl
|
||||
main_table
|
||||
num_data
|
||||
num_exp_add
|
||||
num_exp_div
|
||||
|
|
@ -657,7 +659,7 @@ SELECT user_relns() AS user_relns
|
|||
toyemp
|
||||
varchar_tbl
|
||||
xacttest
|
||||
(93 rows)
|
||||
(95 rows)
|
||||
|
||||
--SELECT name(equipment(hobby_construct(text 'skywalking', text 'mer'))) AS equip_name;
|
||||
SELECT hobbies_by_name('basketball');
|
||||
|
|
|
|||
Loading…
Reference in a new issue