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

Commitfebe53d

Browse files
committed
Rename signal to SIGHUP.
1 parentb27af0d commitfebe53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/error/elog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.30 1998/06/27 04:53:45 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.31 1998/07/07 22:00:31 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -178,7 +178,7 @@ elog(int lev, const char *fmt,...)
178178
ProcReleaseSpins(NULL);/* get rid of spinlocks we hold */
179179
if (!InError)
180180
{
181-
kill(MyProcPid,1);/* abort to traffic cop */
181+
kill(MyProcPid,SIGHUP);/* abort to traffic cop */
182182
pause();
183183
}
184184

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp