Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitddeab22

Browse files
committed
Clean up syscache so that recursive invocation is safe, and remove error
message about recursive use of a syscache. Also remove most of thespecialized indexscan routines in indexing.c --- it turns out thatcatcache.c is perfectly able to perform the indexscan for itself,in fact has already looked up all the information needed to do so!This should be faster as well as needing far less boilerplate code.
1 parent700032a commitddeab22

File tree

7 files changed

+348
-1218
lines changed

7 files changed

+348
-1218
lines changed

‎src/backend/access/transam/xact.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.81 2000/11/08 22:09:55 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.82 2000/11/10 00:33:08 tgl Exp $
1212
*
1313
* NOTES
1414
*Transaction aborts can now occur two ways:
@@ -863,7 +863,6 @@ static void
863863
AtAbort_Cache(void)
864864
{
865865
RelationCacheAbort();
866-
SystemCacheAbort();
867866
RegisterInvalid(false);
868867
}
869868

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp