PostgreSQL Source Code  git master
ONEXIT Struct Reference

Data Fields

pg_on_exit_callback function
 
Datum arg
 

Detailed Description

Definition at line 73 of file ipc.c.

Field Documentation

◆ arg

Datum ONEXIT::arg

Definition at line 76 of file ipc.c.

Referenced by before_shmem_exit(), on_proc_exit(), and on_shmem_exit().

◆ function

pg_on_exit_callback ONEXIT::function

Definition at line 75 of file ipc.c.

Referenced by before_shmem_exit(), on_proc_exit(), on_shmem_exit(), proc_exit_prepare(), and shmem_exit().


The documentation for this struct was generated from the following file: