mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Second round of fmgr changes: triggers are now invoked in new style,
CurrentTriggerData is history.
This commit is contained in:
@@ -3,5 +3,5 @@ DROP FUNCTION noup ();
|
||||
CREATE FUNCTION noup ()
|
||||
RETURNS opaque
|
||||
AS '_OBJWD_/noup_DLSUFFIX_'
|
||||
LANGUAGE 'c'
|
||||
LANGUAGE 'newC'
|
||||
;
|
||||
|
Reference in New Issue
Block a user