mirror of https://github.com/postgres/postgres
parent
070381482f
commit
884d70edf0
@ -0,0 +1,12 @@ |
||||
#include "postgres.h" |
||||
#include "tcop/variable.h" |
||||
|
||||
bool SetPGVariable(const char *varName, const char *value) |
||||
{ |
||||
return TRUE; |
||||
} |
||||
|
||||
const char *GetPGVariable(const char *varName) |
||||
{ |
||||
return NULL; |
||||
} |
||||
Loading…
Reference in new issue