Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit4f82112

Browse files
committed
Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c
now depends on.
1 parent12179c9 commit4f82112

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

‎src/backend/port/ipc_test.c

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
*
2323
* IDENTIFICATION
24-
* $PostgreSQL: pgsql/src/backend/port/ipc_test.c,v 1.16 2004/12/31 22:00:29 pgsql Exp $
24+
* $PostgreSQL: pgsql/src/backend/port/ipc_test.c,v 1.17 2005/02/05 20:07:16 tgl Exp $
2525
*
2626
*-------------------------------------------------------------------------
2727
*/
@@ -51,6 +51,8 @@ boolIsUnderPostmaster = false;
5151
intMaxBackends=32;
5252
intNBuffers=64;
5353

54+
char*DataDir=".";
55+
5456
#ifndefassert_enabled
5557
boolassert_enabled= true;
5658
#endif
@@ -129,6 +131,11 @@ ExceptionalCondition(char *conditionName,
129131
}
130132

131133

134+
int
135+
errcode_for_file_access(void)
136+
{
137+
return0;
138+
}
132139

133140
bool
134141
errstart(intelevel,constchar*filename,intlineno,
@@ -143,6 +150,11 @@ errfinish(int dummy,...)
143150
proc_exit(1);
144151
}
145152

153+
void
154+
elog_start(constchar*filename,intlineno,constchar*funcname)
155+
{
156+
}
157+
146158
void
147159
elog_finish(intelevel,constchar*fmt,...)
148160
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp