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

Commitd556920

Browse files
committed
Remove ill-considered Assert.
1 parent3bb110e commitd556920

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/backend/storage/ipc/pmsignal.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/pmsignal.c,v 1.1 2001/11/04 19:55:31 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/pmsignal.c,v 1.2 2001/11/05 01:34:37 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -44,9 +44,6 @@ static volatile sig_atomic_t * PMSignalFlags;
4444
void
4545
PMSignalInit(void)
4646
{
47-
/* Should be called only once */
48-
Assert(!PMSignalFlags);
49-
5047
PMSignalFlags= (sig_atomic_t*)
5148
ShmemAlloc(NUM_PMSIGNALS*sizeof(sig_atomic_t));
5249

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp