Bharathy f6dd55a191 Hypertable FK reference to partitioned table
Consider a hypertable which has a foreign key constraint on a
referenced table, which is a parititioned table. In such case, foreign
key constraint is duplicated for each of the partitioned table. When
we insert into a hypertable, we end up checking the foreign key
constraint multiple times, which obviously leads to foreign key
constraint violation. Instead we only check foreign key constraint of
the parent table of the partitioned table.

Fixes #4684
2022-09-27 21:09:05 +05:30
..
2022-09-23 11:40:48 +03:00
2022-08-23 19:40:51 +03:00
2022-09-23 11:40:48 +03:00
2022-09-23 11:40:48 +03:00
2022-09-23 11:40:48 +03:00
2022-08-16 11:00:42 +02:00