This patch properly sets the prototype for the on_shmem_exit and
Peter Eisentraut <peter_e@gmx.net>
This patch properly sets the prototype for the on_shmem_exit and on_proc_exit functions, and adjust all other related code to use the proper types too. by Kurt Roeckx
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +2 −2 |
| src/backend/bootstrap/bootstrap.c | modified | +3 −3 |
| src/backend/catalog/namespace.c | modified | +3 −3 |
| src/backend/commands/async.c | modified | +3 −3 |
| src/backend/libpq/pqcomm.c | modified | +4 −4 |
| src/backend/port/ipc_test.c | modified | +3 −3 |
| src/backend/storage/file/fd.c | modified | +3 −3 |
| src/backend/storage/freespace/freespace.c | modified | +2 −2 |
| src/backend/storage/ipc/ipc.c | modified | +4 −4 |
| src/backend/storage/lmgr/proc.c | modified | +5 −5 |
| src/backend/storage/smgr/smgr.c | modified | +3 −3 |
| src/backend/utils/init/postinit.c | modified | +3 −3 |
| src/include/access/xlog.h | modified | +2 −2 |
| src/include/storage/freespace.h | modified | +2 −2 |
| src/include/storage/ipc.h | modified | +3 −3 |