Re: xlog related error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bellur Ashwin <bell_ashwin(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: xlog related error
Date: 2007-04-09 14:53:21
Message-ID: 27938.1176130401@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Bellur Ashwin <bell_ashwin(at)yahoo(dot)com> writes:
>> I am using postgres-8.2.3, i have changed my
>> postgres.c file, in the function PostgresMain in the
>> case P of processing the command so that, whenever i
>> see a word say "tiger" as the first word of the
>> query, i will generate 10,000 inserts into a table and
>> execute them using exec_simple.

>> I will fire one query through jdbc beginning with the
>> same word "tiger".
>> Here after inserting 5600 inserts i get the above
>> ERROR message.
>> Any idea how to succesfully insert all those values.

The odds seem extremely high that you broke something while changing
postgres.c. pgsql-admin is hardly the place to ask about hacking
backend innards...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Randall Smith 2007-04-09 17:01:21 HP support for Etch
Previous Message Stephan Szabo 2007-04-09 14:24:39 Re: Another question in functions