diff options
author | Peter Eisentraut | 2024-11-26 07:25:23 +0000 |
---|---|---|
committer | Peter Eisentraut | 2024-11-26 07:46:22 +0000 |
commit | 2a7b2d97171dd39dca7cefb91008a3c84ec003ba (patch) | |
tree | ef9063a432a3c3ad6b1e436d1ebe6ff7e8e0cd9e /src/backend/regex/regexec.c | |
parent | e15e56713702c45402d2728f3d7d68df96b2fbbe (diff) |
Improve InitShmemAccess() prototype
The code comment said, 'the argument should be declared "PGShmemHeader
*seghdr", but we use void to avoid having to include ipc.h in
shmem.h.' We can achieve the original goal with a struct forward
declaration. (ipc.h was also not the correct header file.)
Discussion: https://www.postgresql.org/message-id/flat/cnthxg2eekacrejyeonuhiaezc7vd7o2uowlsbenxqfkjwgvwj@qgzu6eoqrglb
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions