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 | b973f93b6c540f65c960bfb19af55f3d4afe4b72 (patch) | |
tree | 273c6052a0c824766f23e8f5569d52f217eeb458 /src/backend/commands/functioncmds.c | |
parent | 803b4a26ca3fdddbb6e3ce87a23bfbcc8a8669f3 (diff) | |
download | postgresql-b973f93b6c540f65c960bfb19af55f3d4afe4b72.tar.gz postgresql-b973f93b6c540f65c960bfb19af55f3d4afe4b72.zip |
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/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions