-
- Downloads
Clean up syscache so that recursive invocation is safe, and remove error
message about recursive use of a syscache. Also remove most of the specialized indexscan routines in indexing.c --- it turns out that catcache.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.
Showing
- src/backend/access/transam/xact.c 1 addition, 2 deletionssrc/backend/access/transam/xact.c
- src/backend/catalog/indexing.c 10 additions, 687 deletionssrc/backend/catalog/indexing.c
- src/backend/utils/cache/catcache.c 211 additions, 328 deletionssrc/backend/utils/cache/catcache.c
- src/backend/utils/cache/relcache.c 27 additions, 18 deletionssrc/backend/utils/cache/relcache.c
- src/backend/utils/cache/syscache.c 69 additions, 104 deletionssrc/backend/utils/cache/syscache.c
- src/include/catalog/indexing.h 4 additions, 44 deletionssrc/include/catalog/indexing.h
- src/include/utils/catcache.h 26 additions, 35 deletionssrc/include/utils/catcache.h
Loading
Please register or sign in to comment