mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Add back improperly removed #include for utils/trace.h.
This commit is contained in:
parent
e1e110228f
commit
05933f4ec1
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: pqcomm.c,v 1.76 1999/07/16 04:59:03 momjian Exp $
|
* $Id: pqcomm.c,v 1.77 1999/07/16 23:12:39 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -81,8 +81,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "libpq/libpq.h"
|
#include "libpq/libpq.h"
|
||||||
|
#include "utils/trace.h"
|
||||||
#include "miscadmin.h"
|
#include "miscadmin.h"
|
||||||
|
|
||||||
|
|
||||||
#ifndef SOMAXCONN
|
#ifndef SOMAXCONN
|
||||||
#define SOMAXCONN 5 /* from Linux listen(2) man page */
|
#define SOMAXCONN 5 /* from Linux listen(2) man page */
|
||||||
#endif /* SOMAXCONN */
|
#endif /* SOMAXCONN */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user