Skip to content

Commit 5cdfaea

Browse files
committed
Add missing files like foreign key regression tests and config.h.win32.
1 parent ce9f73c commit 5cdfaea

File tree

3 files changed

+1122
-0
lines changed

3 files changed

+1122
-0
lines changed

src/include/config.h.win32

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Parts of config.h that you get with autoconf on other systems
3+
*/
4+
5+
6+
/* Since we don't do autoconf, we need to read the .in file. Ugly */
7+
#include "version.h.in"
8+
9+
#define DEF_PGPORT "5432"
10+
#define MAXIMUM_ALIGNOF 4
11+
#define MAXPGPATH 1024
12+
13+
#define INDEX_MAX_KEYS 16
14+
15+
#define HAVE_MEMMOVE
16+
#define BLCKSZ 8192

0 commit comments

Comments
 (0)