mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Revert "Rewrite some RI code to avoid using SPI"
This reverts commit 99392cdd78
.
We'd rather rewrite ri_triggers.c as a whole rather than piecemeal.
Discussion: https://postgr.es/m/E1ncXX2-000mFt-Pe@gemulon.postgresql.org
This commit is contained in:
@ -651,14 +651,6 @@ extern void CheckCmdReplicaIdentity(Relation rel, CmdType cmd);
|
||||
extern void CheckSubscriptionRelkind(char relkind, const char *nspname,
|
||||
const char *relname);
|
||||
|
||||
/*
|
||||
* prototypes from functions in nodeLockRows.c
|
||||
*/
|
||||
extern bool ExecLockTableTuple(Relation relation, ItemPointer tid,
|
||||
TupleTableSlot *slot, Snapshot snapshot,
|
||||
CommandId cid, LockTupleMode lockmode,
|
||||
LockWaitPolicy waitPolicy, bool *epq_needed);
|
||||
|
||||
/*
|
||||
* prototypes from functions in nodeModifyTable.c
|
||||
*/
|
||||
|
Reference in New Issue
Block a user