diff options
author | Nathan Bossart <nathan@postgresql.org> | 2025-02-12 15:45:40 -0600 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2025-02-12 15:45:40 -0600 |
commit | 9e66a2b7841a5c1f929103c82c73244d3f5f3416 (patch) | |
tree | 0eb0706d0638a8cd825bc891af6590fa81aac4fa /src/backend/access/gist/gistxlog.c | |
parent | fd602f29c19d4f483f54d93abe240c12219d9f51 (diff) | |
download | postgresql-9e66a2b7841a5c1f929103c82c73244d3f5f3416.tar.gz postgresql-9e66a2b7841a5c1f929103c82c73244d3f5f3416.zip |
Remove unneeded volatile qualifier in fmgr.c.
Currently, the save_nestlevel variable in fmgr_security_definer()
is marked volatile. While this may have been necessary when it was
used in a PG_CATCH section (as explained in the comment for PG_TRY
in elog.h), it appears to have been unnecessary since commit
82a47982f3, which removed its use in a PG_CATCH section.
Author: Julien Rouhaud <rjuju123@gmail.com>
Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/Z6xbAgXKY2L-3d5Q%40jrouhaud
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions