mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Add back improperly removed #include for utils/trace.h.
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
*
|
||||
* 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
|
||||
|
||||
#include "libpq/libpq.h"
|
||||
#include "utils/trace.h"
|
||||
#include "miscadmin.h"
|
||||
|
||||
|
||||
#ifndef SOMAXCONN
|
||||
#define SOMAXCONN 5 /* from Linux listen(2) man page */
|
||||
#endif /* SOMAXCONN */
|
||||
|
Reference in New Issue
Block a user