mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Compile a little more cleanly.
This commit is contained in:
@ -2,13 +2,11 @@
|
|||||||
* findoidjoins.c, requires src/interfaces/libpgeasy
|
* findoidjoins.c, requires src/interfaces/libpgeasy
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#include "postgres_fe.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include "libpq-fe.h"
|
#include "libpq-fe.h"
|
||||||
|
|
||||||
#include "halt.h"
|
#include "halt.h"
|
||||||
#include <libpgeasy.h>
|
#include "libpgeasy.h"
|
||||||
|
|
||||||
PGresult *attres,
|
PGresult *attres,
|
||||||
*relres;
|
*relres;
|
||||||
|
Reference in New Issue
Block a user