mirror of
https://github.com/postgres/postgres.git
synced 2025-09-08 00:47:37 +03:00
PL/Python: Add argument names to function declarations
For easier source reading
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "plpy_procedure.h"
|
||||
|
||||
extern Datum PLy_exec_function(FunctionCallInfo, PLyProcedure *);
|
||||
extern HeapTuple PLy_exec_trigger(FunctionCallInfo, PLyProcedure *);
|
||||
extern Datum PLy_exec_function(FunctionCallInfo fcinfo, PLyProcedure *proc);
|
||||
extern HeapTuple PLy_exec_trigger(FunctionCallInfo fcinfo, PLyProcedure *proc);
|
||||
|
||||
#endif /* PLPY_EXEC_H */
|
||||
|
Reference in New Issue
Block a user