Search Postgresql Archives

Re: pg crash shortly after 9.1.1 -> 9.1.2 upgrade

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joseph Shraibman <jks@xxxxxxxxxxxxxxx> writes:
> All was fine until:
> LOG:  statement: select "_devel".cleanupEvent('10 minutes'::interval, 
> 'false'::boolean);
> ERROR:  could not open file "base/16406/2072097_fsm": Permission denied

That's pretty weird.  What were the permissions on that file?  Was it
properly owned by the postgres user?

> WARNING:  AbortTransaction while in COMMIT state
> PANIC:  cannot abort transaction 7108311, it was already committed

And that's even weirder, since it implies that we tried to open the FSM
file during post-commit cleanup.  The commit-record printout suggests
that we probably were trying to delete the file due to a committed DROP
TABLE operation, but I don't understand why we tried to open the file
rather than just unlink it.

Can you reproduce this?  Can you show us what cleanupEvent() does?

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux