mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove include of libpq-int.h --- dblink.c should not be (and was not)
depending on libpq internals.
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
#include "postgres.h"
|
||||
|
||||
#include "libpq-fe.h"
|
||||
#include "libpq-int.h"
|
||||
|
||||
#include "fmgr.h"
|
||||
#include "funcapi.h"
|
||||
#include "access/tupdesc.h"
|
||||
|
Reference in New Issue
Block a user