forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9e66a2b
committed
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 wasused in a PG_CATCH section (as explained in the comment for PG_TRYin elog.h), it appears to have been unnecessary since commit82a4798, 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%40jrouhaud1 parentfd602f2 commit9e66a2b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
639 | 639 |
| |
640 | 640 |
| |
641 | 641 |
| |
642 |
| - | |
| 642 | + | |
643 | 643 |
| |
644 | 644 |
| |
645 | 645 |
| |
|
0 commit comments
Comments
(0)