- Notifications
You must be signed in to change notification settings - Fork28
Commitddeab22
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- src
- backend
- access/transam
- catalog
- utils/cache
- include
- catalog
- utils
7 files changed
+348
-1218
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
863 | 863 |
| |
864 | 864 |
| |
865 | 865 |
| |
866 |
| - | |
867 | 866 |
| |
868 | 867 |
| |
869 | 868 |
| |
|
0 commit comments
Comments
(0)