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

Commit96f1345

Browse files
committed
Fix prototype for on_proc_exit in log_disconnections patch.
1 parentc53611e commit96f1345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/tcop/postgres.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.390 2004/02/1703:54:57 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.391 2004/02/1704:06:26 momjian Exp $
1212
*
1313
* NOTES
1414
* this is the "main" module of the postgres backend and
@@ -152,7 +152,7 @@ static void start_xact_command(void);
152152
staticvoidfinish_xact_command(void);
153153
staticvoidSigHupHandler(SIGNAL_ARGS);
154154
staticvoidFloatExceptionHandler(SIGNAL_ARGS);
155-
staticvoidlog_session_end(void);
155+
staticvoidlog_session_end(intcode,Datumarg);
156156

157157

158158
/* ----------------------------------------------------------------
@@ -3196,7 +3196,7 @@ ShowUsage(const char *title)
31963196
* on_proc_exit handler to log end of session
31973197
*/
31983198
staticvoid
3199-
log_session_end(void)
3199+
log_session_end(intcode,Datumarg)
32003200
{
32013201
Port*port=MyProcPort;
32023202
structtimevalend;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp