1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

ASSERT fixes.

This commit is contained in:
Bruce Momjian
1998-04-06 17:27:54 +00:00
parent d8077ab007
commit 2ffd727531
7 changed files with 31 additions and 31 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.17 1998/02/26 04:35:46 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.18 1998/04/06 17:27:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -511,7 +511,7 @@ ShmemInitStruct(char *name, unsigned long size, bool *foundPtr)
if (!BindingTable)
{
/* Assert() is a macro now. substitutes inside quotes. */
#ifndef NO_ASSERT_CHECKING
#ifdef USE_ASSERT_CHECKING
char *strname = "BindingTable";
#endif