ERROR: XLogFlush: request AF/5703EDC8 is not satisfied --- flushed only to AF/50F15ABC

Started by utsavover 16 years ago2 messagesbugs
Jump to latest
#1utsav
utsav.turray@newgen.co.in

Dear All,

I am using postgres 7.3 version on RHEL 4.0.
My database has been restored.
All tables all working fine i.e select , update but on a particular table its showing error

"ERROR: XLogFlush: request AF/5703EDC8 is not satisfied --- flushed only to AF/50F15ABC "

I have searched other threads, it shows the problem may be due to garbage in the LSN field of a page header.
Now what is the solution to this problem.

Utsav Turray
Disclaimer :- This e-mail and any attachment may contain confidential, proprietary or legally privileged information. If you are not the original intended recipient and have erroneously received this message, you are prohibited from using, copying, altering or disclosing the content of this message. Please delete it immediately and notify the sender. Newgen Software Technologies Ltd (NSTL) accepts no responsibilities for loss or damage arising from the use of the information transmitted by this email including damages from virus and further acknowledges that no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of NSTL.

#2Stefan Kaltenbrunner
stefan@kaltenbrunner.cc
In reply to: utsav (#1)
Re: ERROR: XLogFlush: request AF/5703EDC8 is not satisfied --- flushed only to AF/50F15ABC

utsav wrote:

Dear All,

I am using postgres 7.3 version on RHEL 4.0.

7.3 is not a supported release any more you really need to look into
getting something non-prehistoric - and what version of 7.3 exactly?

My database has been restored.

"restored" - how exactly? From a file system backup or from a dump
generated by pg_dump?

Stefan