Re: hstore extension version screwup

From: Jim Nasby <jim(at)nasby(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: hstore extension version screwup
Date: 2013-10-03 20:10:20
Message-ID: 524DCF2C.107@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/3/13 12:49 PM, Magnus Hagander wrote:
> We could also use git receive hooks, but those would be very hard to
> override when you*do* need to modify the files (which you might
> within a release).

You can have the receive hook ignore the condition on existence of a file. It's kinda kludgey, but effective. Of course you need to remember to remove the override file when you're done overriding...
--
Jim C. Nasby, Data Architect jim(at)nasby(dot)net
512.569.9461 (cell) http://jim.nasby.net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-10-03 20:23:50 pgsql: Add DISCARD SEQUENCES command.
Previous Message Pavel Stehule 2013-10-03 20:06:46 Re: ToDo: fast update of arrays with fixed length fields for PL/pgSQL