Skip to content
Snippets Groups Projects
Commit 17ab56cf authored by gambas's avatar gambas
Browse files

Merge the PostgreSQL 12 ArchLinux patch from Laurent Carlier.

[GB.DB.POSTGRESQL]
* BUG: Merge the PostgreSQL 12 ArchLinux patch from Laurent Carlier.
parent d32f5450
No related branches found
No related tags found
No related merge requests found
Pipeline #166444087 passed
......@@ -39,15 +39,21 @@
#define __MAIN_C
#include <libpq-fe.h>
#include <postgres.h>
#include <pg_type.h>
#ifdef fprintf
#undef fprintf
#undef snprintf
#undef sprintf
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <libpq-fe.h>
#include <postgres.h>
#include <pg_type.h>
#ifdef PACKAGE_NAME
#undef PACKAGE_NAME
#undef PACKAGE_BUGREPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment