File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.209 2005/06/29 22:51:53 tgl Exp $
13
+ * $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.210 2005/07/13 22:46:09 tgl Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
@@ -1485,7 +1485,7 @@ CommitTransaction(void)
1485
1485
1486
1486
/*
1487
1487
* set the current transaction state information appropriately during
1488
- * the abort processing
1488
+ * commit processing
1489
1489
*/
1490
1490
s -> state = TRANS_COMMIT ;
1491
1491
@@ -1677,7 +1677,7 @@ PrepareTransaction(void)
1677
1677
1678
1678
/*
1679
1679
* set the current transaction state information appropriately during
1680
- * the processing
1680
+ * prepare processing
1681
1681
*/
1682
1682
s -> state = TRANS_PREPARE ;
1683
1683
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.286 2005/07/07 20:39:57 tgl Exp $
11
+ * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.287 2005/07/13 22:46:09 tgl Exp $
12
12
*
13
13
*
14
14
* INTERFACE ROUTINES
@@ -296,7 +296,7 @@ heap_create(const char *relname,
296
296
/* ----------------------------------------------------------------
297
297
* heap_create_with_catalog - Create a cataloged relation
298
298
*
299
- * this is done in 6 steps:
299
+ * this is done in multiple steps:
300
300
*
301
301
* 1) CheckAttributeNamesTypes() is used to make certain the tuple
302
302
* descriptor contains a valid set of attribute names and types
You can’t perform that action at this time.
0 commit comments