We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a85969 commit 6201a8eCopy full SHA for 6201a8e
src/backend/storage/ipc/latch.c
@@ -485,7 +485,7 @@ CreateWaitEventSet(MemoryContext context, int nevents)
485
char *data;
486
Size sz = 0;
487
488
- /*
+ /*
489
* Use MAXALIGN size/alignment to guarantee that later uses of memory are
490
* aligned correctly. E.g. epoll_event might need 8 byte alignment on some
491
* platforms, but earlier allocations like WaitEventSet and WaitEvent
0 commit comments