mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
Add typdefs to pgindent run.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.26 1997/09/08 02:21:37 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.27 1997/09/08 20:54:54 momjian Exp $
|
||||
*
|
||||
* INTERFACE ROUTINES
|
||||
* heap_creatr() - Create an uncataloged heap relation
|
||||
@@ -1524,7 +1524,7 @@ pg_plan(char *query_string, Oid * typev, int nargs,
|
||||
QueryTreeList ** queryListP, CommandDest dest);
|
||||
|
||||
static void
|
||||
StoreAttrDefault(Relation rel, AttrDefault * attrdef)
|
||||
StoreAttrDefault(Relation rel, AttrDefault *attrdef)
|
||||
{
|
||||
char str[MAX_PARSE_BUFFER];
|
||||
char cast[2 * NAMEDATALEN] = {0};
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.13 1997/09/08 02:21:44 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.14 1997/09/08 20:55:07 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -154,7 +154,7 @@ CatalogIndexInsert(Relation * idescs,
|
||||
finfoP = (FuncIndexInfo *) NULL;
|
||||
|
||||
FormIndexDatum(natts,
|
||||
(AttrNumber *) & pgIndexP->indkey[0],
|
||||
(AttrNumber *) &pgIndexP->indkey[0],
|
||||
heapTuple,
|
||||
heapDescriptor,
|
||||
InvalidBuffer,
|
||||
|
||||
Reference in New Issue
Block a user