Documentation ¶
Overview ¶
Package spool implements a WAL pooler keeping track of which WALs we have archived
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorNonExistentFile = fs.ErrNotExist
ErrorNonExistentFile is returned when the spool tried to work on a file which doesn't exist
Functions ¶
This section is empty.
Types ¶
type WALSpool ¶
type WALSpool struct {
// contains filtered or unexported fields
}
WALSpool is a way to keep track of which WAL files were processes from the parallel feature and not by PostgreSQL request. It works using a directory, under which we create an empty file carrying the name of the WAL we archived
Click to show internal directories.
Click to hide internal directories.