mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
Fix trivial typo.
This commit is contained in:
parent
6a3d3965d6
commit
7b16781228
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ pg_logical_slot_peek_binary_changes(PG_FUNCTION_ARGS)
|
|||
|
||||
|
||||
/*
|
||||
* SQL function for writing logical decding message into WAL.
|
||||
* SQL function for writing logical decoding message into WAL.
|
||||
*/
|
||||
Datum
|
||||
pg_logical_emit_message_bytea(PG_FUNCTION_ARGS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue