Commit 1125bbf8 authored by Bruce Momjian's avatar Bruce Momjian

Assert fix

parent 2ffd7275
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(backend/access/common/heaptuple.c) AC_INIT(backend/access/common/heaptuple.c)
AC_PREFIX_DEFAULT(/usr/local/pgsql) AC_PREFIX_DEFAULT(/usr/local/pgsql)
......
...@@ -207,7 +207,7 @@ extern void srandom(int seed); ...@@ -207,7 +207,7 @@ extern void srandom(int seed);
/* Set to 1 if you want CYR_RECODE (cyrillic recode) */ /* Set to 1 if you want CYR_RECODE (cyrillic recode) */
#undef CYR_RECODE #undef CYR_RECODE
/* Set to 1 if you want to Disable ASSERT CHECKING */ /* Set to 1 if you want to Enable ASSERT CHECKING */
#undef USE_ASSERT_CHECKING #undef USE_ASSERT_CHECKING
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment