8000 MIssed adding a file to the repository · postgrespro/postgres_cluster@884d70e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 884d70e

Browse files
committed
MIssed adding a file to the repository
1 parent 0703814 commit 884d70e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/backend/tcop/variable.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#include "postgres.h"
2+
#include "tcop/variable.h"
3+
4+
bool SetPGVariable(const char *varName, const char *value)
5+
{
6+
return TRUE;
7+
}
8+
9+
const char *GetPGVariable(const char *varName)
10+
{
11+
return NULL;
12+
}

0 commit comments

Comments
 (0)
0