]> granicus.if.org Git - postgresql/commit
This patch properly sets the prototype for the on_shmem_exit and
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 12 Dec 2003 18:45:10 +0000 (18:45 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 12 Dec 2003 18:45:10 +0000 (18:45 +0000)
commit2afacfc403d439261b7a60c73e164423bc63bbc6
tree5e49c4e5d15ad2041c31d38d3ff3e59d6b1e4e00
parent7ac2f11c14fb5617e5b358a41a7bb3ad91b92b65
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
15 files changed:
src/backend/access/transam/xlog.c
src/backend/bootstrap/bootstrap.c
src/backend/catalog/namespace.c
src/backend/commands/async.c
src/backend/libpq/pqcomm.c
src/backend/port/ipc_test.c
src/backend/storage/file/fd.c
src/backend/storage/freespace/freespace.c
src/backend/storage/ipc/ipc.c
src/backend/storage/lmgr/proc.c
src/backend/storage/smgr/smgr.c
src/backend/utils/init/postinit.c
src/include/access/xlog.h
src/include/storage/freespace.h
src/include/storage/ipc.h