diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-19 10:57:46 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-19 10:57:46 -0400 |
commit | 4cdda71d4dc33dd35e8cdbca5dd2e2a7a1234092 (patch) | |
tree | 4f3b81e27e6fd456c7850bf8cd7639a934c76bb6 /src/backend/executor/nodeModifyTable.c | |
parent | e72580232c8e61e65af124fb0780c50918eee54c (diff) |
Avoid naming conflict between transactions.sql and namespace.sql.
Commits 681d9e462 et al added a test case in namespace.sql that
implicitly relied on there not being a table "public.abc".
However, the concurrently-run transactions.sql test creates precisely
such a table, so with the right timing you'd get a failure.
Creating a table named as generically as "abc" in a common schema
seems like bad practice, so fix this by changing the name of
transactions.sql's table. (Compare 2cf8c7aa4.)
Marina Polyakova
Discussion: https://postgr.es/m/80d0201636665d82185942e7112257b4@postgrespro.ru
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions