mz_
storage
0.0.0
In mz_
storage::
source::
postgres
Modules
replication
snapshot
Structs
SlotMetadata
SourceOutputInfo
Enums
DefiniteError
ReplicationError
TransientError
Functions
cast_row
decode_utf8_text
ensure_replication_slot
fetch_max_lsn
fetch_slot_metadata
verify_schema
mz_storage
::
source
::
postgres
Function
ensure_replication_slot
Copy item path
Settings
Help
Summary
Source
async fn ensure_replication_slot( client: &
Client
, slot: &
str
, ) ->
Result
<
()
,
TransientError
>