mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Be careful to include postgres.h *before* any system headers, to ensure
that the right flavors of largefile-related definitions are seen. Most of these changes are probably unnecessary, but better safe than sorry.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
%{
|
||||
#include <string.h>
|
||||
#include "postgres.h"
|
||||
|
||||
#include "deflex.h"
|
||||
#include "parser.h"
|
||||
|
||||
/* postgres allocation function */
|
||||
#include "postgres.h"
|
||||
#define free pfree
|
||||
#define malloc palloc
|
||||
#define realloc repalloc
|
||||
|
Reference in New Issue
Block a user