mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Avoid including postgres.h in frontend compiles of src/port.
This isn't kosher, and doesn't play nicely with my recent changes to the Makefile in this directory.
This commit is contained in:
src/port
@ -11,7 +11,11 @@
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef FRONTEND
|
||||
#include "postgres.h"
|
||||
#else
|
||||
#include "postgres_fe.h"
|
||||
#endif
|
||||
|
||||
static const struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user