mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Allow more include files to be compiled in their own by adding missing
include dependencies. Modify pgcompinclude to skip a common fcinfo error.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
/* contrib/cube/cubedata.h */
|
||||
|
||||
#include "fmgr.h"
|
||||
|
||||
#define CUBE_MAX_DIM (100)
|
||||
|
||||
typedef struct NDBOX
|
||||
|
Reference in New Issue
Block a user