Re: Highly Efficient Custom Sorting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Eliot Gable <egable+pgsql-performance(at)gmail(dot)com>
Cc: Joe Conway <mail(at)joeconway(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Merlin Moncure <mmoncure(at)gmail(dot)com>, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, Craig James <craig_james(at)emolecules(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Highly Efficient Custom Sorting
Date: 2010-07-06 22:21:24
Message-ID: 18550.1278454884@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Eliot Gable <egable+pgsql-performance(at)gmail(dot)com> writes:
> Do I need to somehow force the server to unload and then re-load this .so
> file each time I build a new version of it? If so, how do I do that?

Start a new database session.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Wong 2010-07-07 00:35:43 Re: using dbt2 postgresql 8.4 - rampup time issue
Previous Message Eliot Gable 2010-07-06 21:53:04 Re: Highly Efficient Custom Sorting