aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execScan.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-05-19 10:57:46 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2023-05-19 10:57:46 -0400
commit89f5eb26f6b9b2739aacf53676bfa0eee7be421a (patch)
treef76195bcd1de9f2a2a4156b4dc7332d67fb5de75 /src/backend/executor/execScan.c
parent2dd77822178807f3da988e1d873777685d9f7504 (diff)
downloadpostgresql-89f5eb26f6b9b2739aacf53676bfa0eee7be421a.tar.gz
postgresql-89f5eb26f6b9b2739aacf53676bfa0eee7be421a.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/executor/execScan.c')
0 files changed, 0 insertions, 0 deletions