postgresql/src/backend/access
Tom Lane 630b81d5cc Revert "Allow parallel workers to cope with a newly-created session user ID."
This reverts commit 5887dd4894.

Some buildfarm animals are failing with "cannot change
"client_encoding" during a parallel operation".  It looks like
assign_client_encoding is unhappy at being asked to roll back a
client_encoding setting after a parallel worker encounters a
failure.  There must be more to it though: why didn't I see this
during local testing?  In any case, it's clear that moving the
RestoreGUCState() call is not as side-effect-free as I thought.
Given that the bug f5f30c22e intended to fix has gone unreported
for years, it's not something that's urgent to fix; I'm not
willing to risk messing with it further with only days to our
next release wrap.
2024-07-31 20:54:31 -04:00
..
brin Harmonize function parameter names for Postgres 17. 2024-06-12 17:01:51 -04:00
common Use PqMsg_* macros in more places. 2024-07-17 10:51:00 -05:00
gin Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
gist Revert temporal primary keys and foreign keys 2024-05-16 08:17:46 +02:00
hash Relax check for return value from second call of pg_strnxfrm(). 2024-07-30 16:25:03 -07:00
heap Ensure vacuum removes all visibly dead tuples older than OldestXmin 2024-07-19 12:12:03 -04:00
index Add missing index_insert_cleanup calls 2024-04-19 16:08:34 +02:00
nbtree Fix nbtree array unsatisfied inequality check. 2024-06-26 10:45:52 -04:00
rmgrdesc Do not summarize WAL if generated with wal_level=minimal. 2024-07-18 12:19:29 -04:00
sequence Fix comment thinko in sequence.c 2024-02-27 08:19:39 +09:00
spgist Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. 2024-06-17 14:30:59 -04:00
table Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
tablesample Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
transam Revert "Allow parallel workers to cope with a newly-created session user ID." 2024-07-31 20:54:31 -04:00
Makefile Introduce sequence_*() access functions 2024-02-26 16:04:59 +09:00
meson.build Introduce sequence_*() access functions 2024-02-26 16:04:59 +09:00