The proc_deadline table stores definitions of procedure deadlines.
The proc_deadline table has the following structure:
TABLE proc_deadline(
node_id INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
major_vers SMALLINT NOT NULL,
minor_vers SMALLINT NOT NULL,
pd_version INTEGER NOT NULL,
dead_name VARCHAR(32) NOT NULL,
event_name VARCHAR(32) NOT NULL,
dead_value VARCHAR(512) NOT NULL)
The proc_deadline table contains one or more rows for each instance of each procedure definition on the system. Rows are added, updated, and deleted in the following situations.