mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Error message editing in backend/libpq, backend/postmaster, backend/tcop.
Along the way, fix some logic problems in pgstat_initstats, notably the bogus assumption that malloc returns zeroed memory.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: utility.h,v 1.18 2003/05/06 20:26:28 tgl Exp $
|
||||
* $Id: utility.h,v 1.19 2003/07/22 19:00:12 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -25,4 +25,6 @@ extern TupleDesc UtilityTupleDescriptor(Node *parsetree);
|
||||
|
||||
extern const char *CreateCommandTag(Node *parsetree);
|
||||
|
||||
extern void CheckRelationOwnership(RangeVar *rel, bool noCatalogs);
|
||||
|
||||
#endif /* UTILITY_H */
|
||||
|
||||
Reference in New Issue
Block a user