Skip to content
Snippets Groups Projects
Commit 884d70ed authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

MIssed adding a file to the repository

parent 07038148
Branches
Tags
No related merge requests found
#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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment