mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Used modified version of indent that understands over 100 typedefs.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.23 1997/09/08 02:19:47 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.24 1997/09/08 21:40:18 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* The old interface functions have been converted to macros
|
||||
@ -116,7 +116,7 @@ DataFill(char *data,
|
||||
Datum value[],
|
||||
char nulls[],
|
||||
char *infomask,
|
||||
bits8 * bit)
|
||||
bits8 *bit)
|
||||
{
|
||||
bits8 *bitP = 0;
|
||||
int bitmask = 0;
|
||||
@ -448,7 +448,7 @@ char *
|
||||
fastgetattr(HeapTuple tup,
|
||||
int attnum,
|
||||
TupleDesc tupleDesc,
|
||||
bool * isnull)
|
||||
bool *isnull)
|
||||
{
|
||||
char *tp; /* ptr to att in tuple */
|
||||
bits8 *bp = NULL; /* ptr to att in tuple */
|
||||
|
Reference in New Issue
Block a user