Commit 884d70ed authored by Marc G. Fournier's avatar Marc G. Fournier

MIssed adding a file to the repository

parent 07038148
#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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment