mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
MIssed adding a file to the repository
This commit is contained in:
12
src/backend/tcop/variable.c
Normal file
12
src/backend/tcop/variable.c
Normal file
@ -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;
|
||||
}
|
Reference in New Issue
Block a user