diff options
author | Andres Freund <andres@anarazel.de> | 2023-04-07 14:02:46 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2023-04-07 14:02:46 -0700 |
commit | 728015a47016dcd734c516e43f326ae491b6a3d2 (patch) | |
tree | e07d6d7cb8a8e7b8449fe10bb0624b5a072c18f9 /src/backend/access/gist/gist.c | |
parent | 704261ecc694db11d9b5feb4f05f57778214ba2f (diff) | |
download | postgresql-728015a47016dcd734c516e43f326ae491b6a3d2.tar.gz postgresql-728015a47016dcd734c516e43f326ae491b6a3d2.zip |
Fix table name clash in recently introduced test
A few buildfarm animals recently started complaining about the "child"
relation already existing. e056c557aef 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 in
other tests as well, but that's work for another day.
Discussion: https://postgr.es/m/20230407204530.52q3v5cu5x6dj676@awork3.anarazel.de
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions