mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05:00
another one missed
This commit is contained in:
parent
884d70edf0
commit
0ccaaac169
1 changed files with 2 additions and 0 deletions
2
src/include/tcop/variable.h
Normal file
2
src/include/tcop/variable.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
bool SetPGVariable(const char *, const char *);
|
||||
const char *GetPGVariable(const char *);
|
||||
Loading…
Reference in a new issue