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

Commit05933f4

Browse files
committed
Add back improperly removed #include for utils/trace.h.
1 parente1e1102 commit05933f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/libpq/pqcomm.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* Copyright (c) 1994, Regents of the University of California
3030
*
31-
*$Id: pqcomm.c,v 1.76 1999/07/1604:59:03 momjian Exp $
31+
*$Id: pqcomm.c,v 1.77 1999/07/1623:12:39 tgl Exp $
3232
*
3333
*-------------------------------------------------------------------------
3434
*/
@@ -81,8 +81,10 @@
8181
#endif
8282

8383
#include"libpq/libpq.h"
84+
#include"utils/trace.h"
8485
#include"miscadmin.h"
8586

87+
8688
#ifndefSOMAXCONN
8789
#defineSOMAXCONN 5/* from Linux listen(2) man page */
8890
#endif/* SOMAXCONN */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp