Manuel Trujillo <manueltrujillo(at)dorna(dot)es> writes:
> When more or two or three processes are working, and I stop the
> database, if I have any problem stopping the DB, I kill the backends (is
> a tester machine).
This is a bad idea.
> When I start the process "postmaster", the wal make a "recover of
> processes", returning to the last situation.
> I would like to know how to "say" to postmaster don't make a "recover"
> from the wal files.
And this would be worse.
If you don't care about your data, you can "initdb" to get rid of the
messed-up database. If you do care, you shouldn't be doing any of the
above.
regards, tom lane