File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.390 2004/02/17 03:54:57 momjian Exp $
11+ * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.391 2004/02/17 04: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);
152152static void finish_xact_command (void );
153153static void SigHupHandler (SIGNAL_ARGS );
154154static void FloatExceptionHandler (SIGNAL_ARGS );
155- static void log_session_end (void );
155+ static void log_session_end (int code , Datum arg );
156156
157157
158158/* ----------------------------------------------------------------
@@ -3196,7 +3196,7 @@ ShowUsage(const char *title)
31963196 * on_proc_exit handler to log end of session
31973197 */
31983198static void
3199- log_session_end (void )
3199+ log_session_end (int code , Datum arg )
32003200{
32013201 Port * port = MyProcPort ;
32023202 struct timeval end ;
You can’t perform that action at this time.
0 commit comments