Re: Getting error on

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Getting error on
Date: 2020-06-15 13:47:26
Message-ID: 6b90f011-f7c4-7bc4-7809-b7af1c15875e@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/15/20 8:43 AM, M Tarkeshwar Rao wrote:
>
> Hi all,
>
> I have the c++ postgres client. When I restarted my client process I am
> getting following error on insertion.
>
> Can you please suggest why this error is coming and how to resolve it?
>

The error hint says how to resolve it.
>
> 2020-04-17 06:30:04.498 PRINT_DEFAULT_ERROR:
> Processor-DefaultCollectorGroup-0 :DRViewerPoint.cc :notify --> Failed to
> insert the data
>
> ERROR:  index "1_rasciistruct_thefields_2_pkey" contains unexpected zero
> page at block 291
>
> HINT:  Please REINDEX it.
>

REINDEX INDEX 1_rasciistruct_thefields_2_pkey;

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message M Tarkeshwar Rao 2020-06-15 13:56:21 RE: Getting error on
Previous Message M Tarkeshwar Rao 2020-06-15 13:43:01 Getting error on