From c298d74d4957845bb03a67092c30b53e5e0d01c2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 3 Aug 2000 16:35:08 +0000 Subject: More functions updated to new fmgr style --- money, name, tid datatypes. We're reaching the mopup stage here (good thing too, this is getting tedious). --- src/include/miscadmin.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/include/miscadmin.h') diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 7bc96c9f76f..83ad67602cc 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.63 2000/07/09 13:14:13 petere Exp $ + * $Id: miscadmin.h,v 1.64 2000/08/03 16:34:43 tgl Exp $ * * NOTES * some of the information in this file will be moved to @@ -129,16 +129,13 @@ extern char *ExpandDatabasePath(const char *path); extern void SetDatabaseName(const char *name); extern void SetDatabasePath(const char *path); -extern char *getpgusername(void); +extern char *GetPgUserName(void); extern void SetPgUserName(void); extern int GetUserId(void); extern void SetUserId(void); extern int FindExec(char *full_path, const char *argv0, const char *binary_name); extern int CheckPathAccess(char *path, char *name, int open_mode); -/* lower case version for case-insensitive SQL referenced in pg_proc.h */ -#define GetPgUserName() getpgusername() - /***************************************************************************** * pmod.h -- * * POSTGRES processing mode definitions. * -- cgit v1.2.3