mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
#ifndef the include file like the rest, so that it doesn't get pulled
in twice...
This commit is contained in:
@ -4,6 +4,9 @@
|
||||
eventual use of autoconf to build the server
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
#define BLCKSZ 8192
|
||||
|
||||
|
||||
@ -60,4 +63,5 @@
|
||||
/*------------------------------------------------------*/
|
||||
/* #define UNSAFE_FLOATS */
|
||||
|
||||
#endif /* CONFIG_H */
|
||||
|
||||
|
Reference in New Issue
Block a user