From 46a28f1b14ee9d42cdec82d24c962a1274bbd076 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 13 Jan 2000 18:26:18 +0000 Subject: Fixed everything in and surrounding createdb and dropdb to make it more error-proof. Rearranged some old code and removed dead sections. --- src/include/utils/palloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/utils/palloc.h') diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h index 5ea3d9bb849..9f3a51b4218 100644 --- a/src/include/utils/palloc.h +++ b/src/include/utils/palloc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: palloc.h,v 1.10 1999/07/14 01:20:30 momjian Exp $ + * $Id: palloc.h,v 1.11 2000/01/13 18:26:18 petere Exp $ * *------------------------------------------------------------------------- */ @@ -32,6 +32,6 @@ #endif /* PALLOC_IS_MALLOC */ /* like strdup except uses palloc */ -extern char *pstrdup(char *pointer); +extern char *pstrdup(const char *pointer); #endif /* PALLOC_H */ -- cgit v1.2.3