python - be: Add and use interface to deleting function cache entries.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Add and use interface to deleting function cache entries.
Date: 2006-02-15 06:30:07
Message-ID: 20060215063007.B08D9103384E@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add and use interface to deleting function cache entries.

Use this in the validator to be sure to grab the new function the next time
around. While a more appropriate solution would handle the general case that the
function cache exists in, this is useful as it will be sure to keep some 0.3
testing pains absent in future versions.

Modified Files:
--------------
be/include/pypg:
cis.h (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/cis.h.diff?r1=1.9&r2=1.10)
function.h (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/function.h.diff?r1=1.5&r2=1.6)
be/src:
function.c (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/function.c.diff?r1=1.19&r2=1.20)
module.c (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/module.c.diff?r1=1.25&r2=1.26)
pl.c (r1.34 -> r1.35)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.34&r2=1.35)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2006-02-15 15:52:23 Re: pgsql: Move btbulkdelete's vacuum_delay_point()
Previous Message James William Pye 2006-02-15 04:47:13 python - be: Use snprintf instead of asprintf.