structs

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2017 License: Apache-2.0 Imports: 1 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IOCacheKey

type IOCacheKey struct {
	Tablespace pg.OID
	Database   pg.OID
	Relation   pg.OID
	Block      pg.HeapBlockNumber
}

IOCacheKey contains the forward lookup information for a given relation file. IOCacheKey is a [comparable](https://golang.org/ref/spec#Comparison_operators) struct suitable for use as a lookup key. These values are immutable and map 1:1 with the string inputs read from the pg_xlogdump(1) scanning utility.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL