mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Remove include of libpq-int.h --- dblink.c should not be (and was not)
depending on libpq internals.
This commit is contained in:
parent
52c9d25933
commit
edc71eced0
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user