forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit728015a
committed
Fix table name clash in recently introduced test
A few buildfarm animals recently started complaining about the "child"relation already existing.e056c55 added a new child table to inherit.sql,but triggers.sql, running in the same parallel group, also uses a child table.Rename the new table to inh_child. It maybe worth renaming child, parent inother tests as well, but that's work for another day.Discussion:https://postgr.es/m/20230407204530.52q3v5cu5x6dj676@awork3.anarazel.de1 parent704261e commit728015a
2 files changed
+11
-11
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2185 | 2185 |
| |
2186 | 2186 |
| |
2187 | 2187 |
| |
2188 |
| - | |
| 2188 | + | |
2189 | 2189 |
| |
2190 | 2190 |
| |
2191 | 2191 |
| |
2192 | 2192 |
| |
2193 | 2193 |
| |
2194 |
| - | |
| 2194 | + | |
2195 | 2195 |
| |
2196 |
| - | |
2197 |
| - | |
2198 |
| - | |
2199 |
| - | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
2200 | 2200 |
| |
2201 | 2201 |
| |
2202 |
| - | |
| 2202 | + | |
2203 | 2203 |
| |
2204 |
| - | |
| 2204 | + | |
2205 | 2205 |
| |
2206 | 2206 |
| |
2207 | 2207 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
848 | 848 |
| |
849 | 849 |
| |
850 | 850 |
| |
851 |
| - | |
| 851 | + | |
852 | 852 |
| |
853 | 853 |
| |
854 | 854 |
| |
855 | 855 |
| |
856 |
| - | |
| 856 | + | |
857 | 857 |
| |
858 | 858 |
| |
859 |
| - | |
| 859 | + | |
860 | 860 |
| |
861 | 861 |
| |
862 | 862 |
| |
|
0 commit comments
Comments
(0)