Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 113d25c

Browse files
committed
Change test ExceptionalCondition to return void
Commit 8110728 changed it in assert.c, but overlooked this other file.
1 parent d54a94b commit 113d25c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/port/ipc_test.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ProcessInterrupts(void)
113113
{
114114
}
115115

116-
int
116+
void
117117
ExceptionalCondition(const char *conditionName,
118118
const char *errorType,
119119
const char *fileName,
@@ -123,7 +123,6 @@ ExceptionalCondition(const char *conditionName,
123123
errorType, conditionName,
124124
fileName, lineNumber);
125125
abort();
126-
return 0;
127126
}
128127

129128

0 commit comments

Comments
 (0)