doc patch: missing tags in protocol.sgml

From: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
To: "'pgsql-hackers(at)lists(dot)postgresql(dot)org'" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: doc patch: missing tags in protocol.sgml
Date: 2025-08-28 06:49:13
Message-ID: OSCPR01MB14966E209D5C0700C6CF202ABF53BA@OSCPR01MB14966.jpnprd01.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear hackers,

I found that in protocol.sgml, the parameter "streaming" is mentioned twice [1] but
both are not tagged. IIUC, "streaming" can be <varname> and "parallel" can be <literal>.
Also, the first "streaming" can have a link to the pgoutput's manual. Attached patch fixes like that.

Thanks Peter Smith and Noboru Saito to confirm the point.

[1]:
```
The LSN of the abort operation, present only when streaming is set to parallel.
...
Abort timestamp of the transaction, present only when streaming is set to
parallel. The value is in number of microseconds since PostgreSQL epoch (2000-01-01).
```

Best regards,
Hayato Kuroda
FUJITSU LIMITED

Attachment Content-Type Size
0001-doc-Add-missing-tags.patch application/octet-stream 1.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-08-28 06:53:56 Re: Generate GUC tables from .dat file
Previous Message Richard Guo 2025-08-28 06:18:53 Re: [BUG] Remove self joins causes 'variable not found in subplan target lists' error