1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00
Files
postgres/src
Tom Lane 668db147d5 It turns out that the relcache thinks it can distinguish different
rules and triggers by OID.  So, even though we have no cross-references
in the system catalogs to pg_rewrite.oid or pg_trigger.oid, we'd better
have unique indexes on them.  Put back pg_rewrite_oid_index, which I
mistakenly removed a few days ago, and add pg_trigger_oid_index.
2001-06-16 18:59:31 +00:00
..
2001-06-15 09:55:51 +00:00
2001-06-09 02:19:07 +00:00
2001-06-13 19:31:56 +00:00
2001-03-22 04:01:46 +00:00
1999-07-30 03:45:57 +00:00
2001-06-02 18:25:18 +00:00
Hi!
2000-01-18 19:05:31 +00:00