On Thu, 2002-09-26 at 16:46, Laurette Cisneros wrote:
>
> I am so glad that postgres now keeps track of relationships between rule,
> views, functions, tables, etc. I've had to re-do all my creation and drop
> scripts but this is definitely for the better.
>
> During my testing of my scripts, I have come across this message:
> psql:/u1/cvs73/DataBase/Config/Schema/logconfig.sql:142: WARNING: Relcache reference leak: relation "positions" has
refcnt1 instead of 0
>
> What does this indicate?
Someone (probably me) made a mistake and forgot to release a cache
handle.
Do you happen to have a sequence of commands that can reproduce this?
-- Rod Taylor