Orphan table files at data/base/ - Mailing list pgsql-general

From Riivo Kolka
Subject Orphan table files at data/base/
Date
Msg-id CAOZzBDgfO599erZrQsR6cXo4DbnSALDoAmEBVXDXcOFx_1E1og@mail.gmail.com
Whole thread Raw
Responses Re: Orphan table files at data/base/  (Laurenz Albe <laurenz.albe@cybertec.at>)
Re: Orphan table files at data/base/  (Greg Sabino Mullane <htamfids@gmail.com>)
List pgsql-general
I was an unfortunate sequence of commands (all in single transaction)

DROP TABLE huge;
CREATE TABLE huge AS... (huge PostGIS ST_Union operation);
CREATE INDEX ON huge USING GIST (geometry);

by a well-meaning user, that caused a crash+recovery:

server process (PID 92411) was terminated by signal 9: Killed
terminating any other active server processes
all server processes terminated; reinitializing
database system was not properly shut down; automatic recovery in progress

And that left behind 280GB of files (of TABLE huge):
data/base/16384/2403959
...
data/base/16384/2403959.282


SELECT pg_filenode_relation(0,2403959);
-- returns NULL

may I do
sudo rm data/base/2403959*
?



pgsql-general by date:

Previous
From: Matthew Dennison
Date:
Subject: RE: Unable to get PostgreSQL 15 with Kerberos (GSS) working
Next
From: Greg Sabino Mullane
Date:
Subject: Re: PostgreSQL Guard