1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

pgindent run over code.

This commit is contained in:
Bruce Momjian
1999-05-25 16:15:34 +00:00
parent 4b04b01aaa
commit 07842084fe
413 changed files with 11723 additions and 10769 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: int8.h,v 1.12 1999/03/15 01:43:05 tgl Exp $
* $Id: int8.h,v 1.13 1999/05/25 16:14:55 momjian Exp $
*
* NOTES
* These data types are supported on all 64-bit architectures, and may
@@ -94,13 +94,13 @@ extern int32 int84(int64 * val);
#if NOT_USED
extern int64 *int28 (int16 val);
extern int16 int82(int64 * val);
#endif
extern float64 i8tod(int64 * val);
extern int64 *dtoi8(float64 val);
extern text *int8_text(int64 *val);
extern text *int8_text(int64 * val);
extern int64 *text_int8(text *str);
#endif /* INT8_H */