Re: [HACKERS] "CANNOT EXTEND" -

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tim(at)perdue(dot)net
Cc: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: Re: [HACKERS] "CANNOT EXTEND" -
Date: 1999-03-16 20:11:26
Message-ID: 199903162011.PAA17846@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Bruce, it is failing on the first select:
>
> -->findLastBuiltinOid(void) {
> --> SELECT oid from pg_database where datname = 'template1'
> }
>
> template1=> SELECT oid from pg_database where datname = 'template1';
> pqReadData() -- backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally before
> or while pr
> ocessing the request.
> We have lost the connection to the backend, so further processing is
> impossible.
> Terminating.
>
>
> That's where it bombs out.
>
> Tim
>

Can someone suggest why this would be happening? The SELECT looks
pretty simple.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 1999-03-16 20:20:39 Re: [HACKERS] Re: Developers Globe (FINAL)
Previous Message Bruce Momjian 1999-03-16 20:10:26 Re: [HACKERS] Re: Developers Globe (FINAL)