diff options
| author | Jan Wieck | 2002-06-11 13:40:53 +0000 |
|---|---|---|
| committer | Jan Wieck | 2002-06-11 13:40:53 +0000 |
| commit | 469cb65aca0307506886158be2fce9f4438f8361 (patch) | |
| tree | 2193a8dfc32a8b89bbd8babe01d7cdae8beb3e79 /src/include/storage/sinval.h | |
| parent | 3b993acf19f83b2e8fa0517fdb7b08dfe1ad9dd1 (diff) | |
Katherine Ward wrote:
> Changes to avoid collisions with WIN32 & MFC names...
> 1. Renamed:
> a. PROC => PGPROC
> b. GetUserName() => GetUserNameFromId()
> c. GetCurrentTime() => GetCurrentDateTime()
> d. IGNORE => IGNORE_DTF in include/utils/datetime.h & utils/adt/datetim
>
> 2. Added _P to some lex/yacc tokens:
> CONST, CHAR, DELETE, FLOAT, GROUP, IN, OUT
Jan
Diffstat (limited to 'src/include/storage/sinval.h')
| -rw-r--r-- | src/include/storage/sinval.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h index e679910e253..e33be3a31c0 100644 --- a/src/include/storage/sinval.h +++ b/src/include/storage/sinval.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sinval.h,v 1.26 2002/03/03 17:47:56 tgl Exp $ + * $Id: sinval.h,v 1.27 2002/06/11 13:40:52 wieck Exp $ * *------------------------------------------------------------------------- */ @@ -86,7 +86,7 @@ extern bool TransactionIdIsInProgress(TransactionId xid); extern TransactionId GetOldestXmin(bool allDbs); extern int CountActiveBackends(void); -/* Use "struct PROC", not PROC, to avoid including proc.h here */ -extern struct PROC *BackendIdGetProc(BackendId procId); +/* Use "struct PGPROC", not PGPROC, to avoid including proc.h here */ +extern struct PGPROC *BackendIdGetProc(BackendId procId); #endif /* SINVAL_H */ |
