"Raghavendra" <raghavendra@wsspl.com> writes:
> I have installed the latest version 0f PostgreSQL on a Linux system.
> Also created a database. But now when I try to execute th Postmaster I will
> be getting the following error:
> 980606.18:21:07.371 [17703] DEBUG: Data Base System is starting up
> at Sat Jun
> 6 18:21:07 1998
> 980606.18:21:07.371 [17703] FATAL 2: Control file context is broken
> 980606.18:21:07.371 [17703] FATAL 2: Control file context is broken
> Startup failed - abort
You sure that's the latest version? There is no such debug message in
the 7.1 release. I think you are trying to start a 7.0 postmaster in a
7.1 database, or something like that. In any case, you most likely
haven't initdb'd with the correct version of initdb.
regards, tom lane