mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Doc: various fixups
* Use <symbol> tags for CONNECTION_* #defines We were using an inconsistent mix of <literal> and sometimes <function> tags. * Use <application> tag for libpq There was a mix of <literal> and <productname> Also fix a whitespace issue. None of these seem critical enough mistakes to backpatch. Author: Noboru Saito <noborusai@gmail.com> Discussion: https://postgr.es/m/CAAM3qnJtv5YbjpwDfVOYN2gZ9zGSLFM1UGJgptSXmwfifOZJFQ@mail.gmail.com
This commit is contained in:
@@ -898,7 +898,6 @@ typedef void (*LogicalDecodeMessageCB) (struct LogicalDecodingContext *ctx,
|
||||
callback might also error out due to simultaneous rollback of
|
||||
this very same transaction. In that case, the logical decoding of this
|
||||
aborted transaction is stopped gracefully.
|
||||
|
||||
The <parameter>prefix</parameter> is arbitrary null-terminated prefix
|
||||
which can be used for identifying interesting messages for the current
|
||||
plugin. And finally the <parameter>message</parameter> parameter holds
|
||||
|
||||
Reference in New Issue
Block a user