mirror of
https://github.com/postgres/postgres.git
synced 2026-03-29 22:04:29 -04:00
readability. Bizarre '(long *) TRUE' return convention is gone, in favor of just raising an error internally in dynahash.c when we detect hashtable corruption. HashTableWalk is gone, in favor of using hash_seq_search directly, since it had no hope of working with non-LONGALIGNable datatypes. Simplify some other code that was made undesirably grotty by promixity to HashTableWalk. |
||
|---|---|---|
| .. | ||
| catcache.c | ||
| fcache.c | ||
| inval.c | ||
| lsyscache.c | ||
| Makefile | ||
| rel.c | ||
| relcache.c | ||
| syscache.c | ||
| temprel.c | ||