mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Remove excess #include "utils/wait_event.h".
This simplifies copying libpq/libpq-be-fe-helpers.h into extensions, because some supported PostgreSQL versions lack the other header. Discussion: https://postgr.es/m/20231122012945.74@rfd.leadboat.com
This commit is contained in:
parent
196799d676
commit
0efc831847
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@
|
|||
#include "miscadmin.h"
|
||||
#include "storage/fd.h"
|
||||
#include "storage/latch.h"
|
||||
#include "utils/wait_event.h"
|
||||
|
||||
|
||||
static inline void libpqsrv_connect_prepare(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue