mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 10:50:50 -05:00
- code compile tested, but due to a yet unresolved problem with
parse.h's creation, compile not completed...
10 lines
266 B
C
10 lines
266 B
C
/*-------------------------------------------------------------------------
|
|
*
|
|
* sysfunc.h--
|
|
* support for system functions
|
|
*
|
|
* -------------------------------------------------------------------------
|
|
*/
|
|
|
|
extern char *SystemFunctionHandler(char *funct);
|
|
|