projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda8c8a
)
Remove unneed #include now that current_query() has moved to the backend.
author
Bruce Momjian
<
[email protected]
>
Fri, 4 Apr 2008 17:02:56 +0000
(17:02 +0000)
committer
Bruce Momjian
<
[email protected]
>
Fri, 4 Apr 2008 17:02:56 +0000
(17:02 +0000)
contrib/dblink/dblink.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/dblink/dblink.c
b/contrib/dblink/dblink.c
index 51d5a126911643c95cda91b5c240712070f3e987..0b54c207e19826c9b27200c589ca11a0881e4f79 100644
(file)
--- a/
contrib/dblink/dblink.c
+++ b/
contrib/dblink/dblink.c
@@
-52,7
+52,6
@@
#include "nodes/nodes.h"
#include "nodes/pg_list.h"
#include "parser/parse_type.h"
-#include "tcop/tcopprot.h"
#include "utils/acl.h"
#include "utils/array.h"
#include "utils/builtins.h"