mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Make functions static or NOT_USED as appropriate.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: valid.h,v 1.17 1999/02/13 23:20:59 momjian Exp $
|
||||
* $Id: valid.h,v 1.18 1999/05/26 12:56:15 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -146,6 +146,4 @@ do \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
extern bool TupleUpdatedByCurXactAndCmd(HeapTuple t);
|
||||
|
||||
#endif /* VALID_H */
|
||||
|
Reference in New Issue
Block a user