diff options
author | Nathan Bossart <nathan@postgresql.org> | 2024-08-06 10:56:37 -0500 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2024-08-06 10:56:37 -0500 |
commit | 8928817769de0d81758bc760333d3056c67b63c1 (patch) | |
tree | 7db959a31176f95de63b5dda3974ccf9dd81806a /src/backend/commands/variable.c | |
parent | 3dcb09de7bb21c75d4df48263561af324fd099a4 (diff) | |
download | postgresql-8928817769de0d81758bc760333d3056c67b63c1.tar.gz postgresql-8928817769de0d81758bc760333d3056c67b63c1.zip |
Remove volatile qualifiers from pg_stat_statements.c.
Prior to commit 0709b7ee72, which changed the spinlock primitives
to function as compiler barriers, access to variables within a
spinlock-protected section required using a volatile pointer, but
that is no longer necessary.
Reviewed-by: Bertrand Drouvot, Michael Paquier
Discussion: https://postgr.es/m/Zqkv9iK7MkNS0KaN%40nathan
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions