mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Second round of fmgr changes: triggers are now invoked in new style,
CurrentTriggerData is history.
This commit is contained in:
@@ -3,4 +3,4 @@ DROP FUNCTION insert_username();
|
||||
CREATE FUNCTION insert_username()
|
||||
RETURNS opaque
|
||||
AS '_OBJWD_/insert_username_DLSUFFIX_'
|
||||
LANGUAGE 'c';
|
||||
LANGUAGE 'newC';
|
||||
|
||||
Reference in New Issue
Block a user