aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-05-17 12:29:57 +0900
committerMichael Paquier <michael@paquier.xyz>2024-05-17 12:29:57 +0900
commit110eb4aefbad683c8f512ee8a7168d1718353baa (patch)
tree0689c4fa584a2ea219803c270f251b2ae04e84c7 /src/backend/tcop/postgres.c
parent372700cf3067254317e7e8060662f8fac11500d5 (diff)
downloadpostgresql-110eb4aefbad683c8f512ee8a7168d1718353baa.tar.gz
postgresql-110eb4aefbad683c8f512ee8a7168d1718353baa.zip
Remove enum WaitEventExtension
This enum was used to determine the first ID to use when assigning a custom wait event for extensions, which is always 1. It was kept so as it would be possible to add new in-core wait events in the category "Extension". There is no such thing currently, so let's remove this enum until a case justifying it pops up. This makes the code simpler and easier to understand. This has as effect to switch back autoprewarm.c to use PG_WAIT_EXTENSION rather than WAIT_EVENT_EXTENSION, on par with v16 and older stable branches. Thinko in c9af05465307. Reported-by: Peter Eisentraut Discussion: https://postgr.es/m/195c6c45-abce-4331-be6a-e87724e1d060@eisentraut.org
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions