mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
6
src/backend/utils/cache/syscache.c
vendored
6
src/backend/utils/cache/syscache.c
vendored
@ -100,10 +100,8 @@
|
||||
adding/deleting caches only requires a recompile.)
|
||||
|
||||
Finally, any place your relation gets heap_insert() or
|
||||
heap_update() calls, make sure there is a CatalogUpdateIndexes() or
|
||||
similar call. The heap_* calls do not update indexes.
|
||||
|
||||
bjm 1999/11/22
|
||||
heap_update() calls, use CatalogTupleInsert() or CatalogTupleUpdate()
|
||||
instead, which also update indexes. The heap_* calls do not do that.
|
||||
|
||||
*---------------------------------------------------------------------------
|
||||
*/
|
||||
|
Reference in New Issue
Block a user