mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
pgindent run for 9.0
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.347 2010/02/07 20:48:13 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.348 2010/02/26 02:01:28 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -740,7 +740,7 @@ extern Datum xidrecv(PG_FUNCTION_ARGS);
|
||||
extern Datum xidsend(PG_FUNCTION_ARGS);
|
||||
extern Datum xideq(PG_FUNCTION_ARGS);
|
||||
extern Datum xid_age(PG_FUNCTION_ARGS);
|
||||
extern int xidComparator(const void *arg1, const void *arg2);
|
||||
extern int xidComparator(const void *arg1, const void *arg2);
|
||||
extern Datum cidin(PG_FUNCTION_ARGS);
|
||||
extern Datum cidout(PG_FUNCTION_ARGS);
|
||||
extern Datum cidrecv(PG_FUNCTION_ARGS);
|
||||
|
Reference in New Issue
Block a user