mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Fix a couple of comments.
These were discovered while reviewing Aleksander Alekseev's proposed changes to pgindent. Oversights in commits393e0d2314and25a30bbd42. Discussion: https://postgr.es/m/aP-H6kSsGOxaB21k%40nathan
This commit is contained in:
@@ -2010,7 +2010,7 @@ ResOwnerReleaseWaitEventSet(Datum res)
|
||||
* NB: be sure to save and restore errno around it. (That's standard practice
|
||||
* in most signal handlers, of course, but we used to omit it in handlers that
|
||||
* only set a flag.) XXX
|
||||
*
|
||||
*
|
||||
* NB: this function is called from critical sections and signal handlers so
|
||||
* throwing an error is not a good idea.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user