From 123661427b974777ed00abcfa10443d0ca525b3c Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Mon, 27 Oct 2025 10:30:05 -0500 Subject: Fix a couple of comments. These were discovered while reviewing Aleksander Alekseev's proposed changes to pgindent. Oversights in commits 393e0d2314 and 25a30bbd42. Discussion: https://postgr.es/m/aP-H6kSsGOxaB21k%40nathan --- src/backend/storage/ipc/waiteventset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/storage') diff --git a/src/backend/storage/ipc/waiteventset.c b/src/backend/storage/ipc/waiteventset.c index b0746521ae4..465cee40ccc 100644 --- a/src/backend/storage/ipc/waiteventset.c +++ b/src/backend/storage/ipc/waiteventset.c @@ -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. * -- cgit v1.2.3