mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Compile a little more cleanly.
This commit is contained in:
parent
2a1553c7fd
commit
fce33c7f85
@ -2,13 +2,11 @@
|
||||
* findoidjoins.c, requires src/interfaces/libpgeasy
|
||||
*
|
||||
*/
|
||||
#include "postgres_fe.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "libpq-fe.h"
|
||||
|
||||
#include "halt.h"
|
||||
#include <libpgeasy.h>
|
||||
#include "libpgeasy.h"
|
||||
|
||||
PGresult *attres,
|
||||
*relres;
|
||||
|
Loading…
Reference in New Issue
Block a user