1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Fix compile error on older patch.

This commit is contained in:
Bruce Momjian
1999-11-30 04:29:57 +00:00
parent eebfb9baa5
commit 1f64926953
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: user.c,v 1.39 1999/11/30 03:57:23 momjian Exp $
* $Id: user.c,v 1.40 1999/11/30 04:29:56 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -282,7 +282,7 @@ AlterUser(AlterUserStmt *stmt, CommandDest dest)
}
/* look for duplicate sysid */
tuple = SearchSysCacheTuple(USESYSID,
tuple = SearchSysCacheTuple(SHADOWSYSID,
Int32GetDatum(stmt->sysid),
0, 0, 0);
if (HeapTupleIsValid(tuple))