Re: Lock partitions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Lock partitions
Дата
Msg-id 1452.1158258891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Lock partitions  (Mark Wong <markw@osdl.org>)
Ответы Re: Lock partitions  (Mark Wong <markw@osdl.org>)
Список pgsql-hackers
Mark Wong <markw@osdl.org> writes:
> Tom Lane wrote:
>> This is a server-side failure --- could we see how order_status()
>> is defined?  What PG version are you testing exactly?

> I took pgsqsl snapshot from cvs on Sept 11.  Due to the length of the 
> file that order_status() is in and of order_status() itself, here's is a 
> url for the file in the svn repository.  order_status() is defined 
> starting on line 710:

> http://svn.sourceforge.net/viewvc/osdldbt/trunk/dbt2/storedproc/pgsql/c/funcs.c?view=markup

Hmph.  I think we broke something --- the error implies that some
function tried to return a tuple that hadn't been properly "blessed",
but I can't see that order_status or any of the other functions in that
file are doing anything wrong.  In any case, if it used to work for you,
we had better figure out exactly why it stopped working.

I know you've posted info before on how to set up and run the dbt code,
but could you refresh my memory?  Is there a URL somewhere with the info?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Mid cycle release?
Следующее
От: Mark Wong
Дата:
Сообщение: Re: Lock partitions