1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Fix a few portability issues, adjust error messages.

This commit is contained in:
Tom Lane
2003-07-24 17:59:56 +00:00
parent 8fd5b3ed67
commit 658fca8d3a
3 changed files with 1 additions and 7 deletions

View File

@@ -1,11 +1,5 @@
#include <limits.h>
#include "api.h"
#define MAXINT INT_MAX
#define MININT INT_MIN
#define HEAD 2*sizeof(int)
#define SIZE(p) ((int *)(p))[-1]