SM0 She11
Path:
/
/
usr
/
include
/
pgsql
/
server
/
tcop
Full Path (server): /usr/include/pgsql/server/tcop
Create Fil3
Upl04d Fil3
📄 dest.h
[E]
[D]
[R]
📄 fastpath.h
[E]
[D]
[R]
📄 pquery.h
[E]
[D]
[R]
📄 tcopdebug.h
[E]
[D]
[R]
📄 tcopprot.h
[E]
[D]
[R]
📄 utility.h
[E]
[D]
[R]
Editing: fastpath.h
/*------------------------------------------------------------------------- * * fastpath.h * * * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/tcop/fastpath.h * *------------------------------------------------------------------------- */ #ifndef FASTPATH_H #define FASTPATH_H #include "lib/stringinfo.h" extern int GetOldFunctionMessage(StringInfo buf); extern void HandleFunctionRequest(StringInfo msgBuf); #endif /* FASTPATH_H */
Save