File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/access/hash/hash.c,v 1.73 2004/08/29 05:06 :40 momjian Exp $
11
+ * $PostgreSQL: pgsql/src/backend/access/hash/hash.c,v 1.74 2004/11/11 00:32 :40 neilc Exp $
12
12
*
13
13
* NOTES
14
14
* This file contains only the public interface routines.
@@ -44,11 +44,6 @@ static void hashbuildCallback(Relation index,
44
44
45
45
/*
46
46
* hashbuild() -- build a new hash index.
47
- *
48
- * We use a global variable to record the fact that we're creating
49
- * a new index. This is used to avoid high-concurrency locking,
50
- * since the index won't be visible until this transaction commits
51
- * and since building is guaranteed to be single-threaded.
52
47
*/
53
48
Datum
54
49
hashbuild (PG_FUNCTION_ARGS )
Original file line number Diff line number Diff line change 12
12
* Portions Copyright (c) 1994, Regents of the University of California
13
13
*
14
14
* IDENTIFICATION
15
- * $PostgreSQL: pgsql/src/backend/access/nbtree/nbtree.c,v 1.120 2004/08/29 04:12:21 momjian Exp $
15
+ * $PostgreSQL: pgsql/src/backend/access/nbtree/nbtree.c,v 1.121 2004/11/11 00:32:50 neilc Exp $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
@@ -60,11 +60,6 @@ static void btbuildCallback(Relation index,
60
60
61
61
/*
62
62
* btbuild() -- build a new btree index.
63
- *
64
- * We use a global variable to record the fact that we're creating
65
- * a new index. This is used to avoid high-concurrency locking,
66
- * since the index won't be visible until this transaction commits
67
- * and since building is guaranteed to be single-threaded.
68
63
*/
69
64
Datum
70
65
btbuild (PG_FUNCTION_ARGS )
You can’t perform that action at this time.
0 commit comments