1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00
Commit Graph

55 Commits

Author SHA1 Message Date
5dd9fc724e Update FAQ_DEV. 2000-12-09 04:29:43 +00:00
a933ee38bb Change SearchSysCache coding conventions so that a reference count is
maintained for each cache entry.  A cache entry will not be freed until
the matching ReleaseSysCache call has been executed.  This eliminates
worries about cache entries getting dropped while still in use.  See
my posting to pg-hackers of even date for more info.
2000-11-16 22:30:52 +00:00
af17128656 Update FAQ_DEV. 2000-11-04 18:23:36 +00:00
6952b3196b Update FAQ_DEV. 2000-11-04 17:09:24 +00:00
d800532536 Move FAQ source into main cvs tree. 2000-07-06 23:14:30 +00:00