mirror of
https://github.com/wader/fq.git
synced 2024-11-23 09:56:07 +03:00
postgres: refactoring
This commit is contained in:
parent
78583731dc
commit
e57c3b980b
@ -49,7 +49,7 @@ func DecodePgControl(d *decode.D, in any) any {
|
||||
d.FieldU64("backup_end_point", common.LocPtrMapper)
|
||||
d.FieldU8("backup_end_required")
|
||||
d.FieldU24("hole3")
|
||||
|
||||
|
||||
d.FieldS32("wal_level", common.WalLevel)
|
||||
d.FieldU8("wal_log_hints")
|
||||
d.FieldU24("hole4")
|
||||
|
@ -2,6 +2,7 @@ package postgres
|
||||
|
||||
import (
|
||||
"embed"
|
||||
|
||||
"github.com/wader/fq/format"
|
||||
"github.com/wader/fq/format/postgres/flavours/postgres14"
|
||||
"github.com/wader/fq/pkg/decode"
|
||||
|
@ -2,6 +2,7 @@ package postgres
|
||||
|
||||
import (
|
||||
"embed"
|
||||
|
||||
"github.com/wader/fq/format"
|
||||
"github.com/wader/fq/format/postgres/common"
|
||||
"github.com/wader/fq/format/postgres/flavours/pgpro10"
|
||||
|
@ -2,6 +2,7 @@ package postgres
|
||||
|
||||
import (
|
||||
"embed"
|
||||
|
||||
"github.com/wader/fq/format"
|
||||
"github.com/wader/fq/format/postgres/flavours/pgpro10"
|
||||
"github.com/wader/fq/format/postgres/flavours/pgpro11"
|
||||
|
Loading…
Reference in New Issue
Block a user