Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sanitizer ¶
type Sanitizer struct {
// contains filtered or unexported fields
}
Sanitizer is a decorator around a wal processor that sanitizes wal event column values before passing them to the inner processor. It strips null bytes (0x00) from string values, which PostgreSQL does not allow in text/varchar columns. Source databases may contain them due to historical bugs in older PostgreSQL versions where the binary receive function did not validate for null bytes.
Click to show internal directories.
Click to hide internal directories.