From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
---|---|
To: | Gurjeet Singh <gurjeet(at)singh(dot)im> |
Cc: | Postgres Hackers <pgsql-hackers(at)postgresql(dot)org>, vignesh C <vignesh21(at)gmail(dot)com> |
Subject: | Re: Automatic notification of top transaction IDs |
Date: | 2021-11-04 13:05:30 |
Message-ID: | 24E967BB-AF5A-478C-90E8-42DFEC6893D9@yesql.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> On 22 Jul 2021, at 07:28, vignesh C <vignesh21(at)gmail(dot)com> wrote:
>
> On Thu, Jul 1, 2021 at 6:41 AM Gurjeet Singh <gurjeet(at)singh(dot)im> wrote:
>>
>> The proposed patch is attached.
>
> There is one compilation warning:
> xid.c:165:1: warning: no previous prototype for
> ‘FullTransactionIdToStr’ [-Wmissing-prototypes]
> 165 | FullTransactionIdToStr(FullTransactionId fxid)
> | ^~~~~~~~~~~~~~~~~~~~~~
>
> There are few compilation issues in documentation:
> /usr/bin/xmllint --path . --noout --valid postgres.sgml
> protocol.sgml:1327: parser error : Opening and ending tag mismatch:
> literal line 1322 and para
> </para>
> ^
> protocol.sgml:1339: parser error : Opening and ending tag mismatch:
> literal line 1322 and sect2
> </sect2>
> ^
> protocol.sgml:1581: parser error : Opening and ending tag mismatch:
> para line 1322 and sect1
> </sect1>
> ^
> protocol.sgml:7893: parser error : Opening and ending tag mismatch:
> sect2 line 1322 and chapter
> </chapter>
> ^
> protocol.sgml:7894: parser error : chunk is not well balanced
>
> ^
> postgres.sgml:253: parser error : Failure to process entity protocol
> &protocol;
> ^
> postgres.sgml:253: parser error : Entity 'protocol' not defined
> &protocol;
> ^
The above compiler warning and documentation compilation errors haven't been
addressed still, so I'm marking this patch Returned with Feedback. Please feel
free to open a new entry for an updated patch.
--
Daniel Gustafsson https://vmware.com/
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2021-11-04 13:26:35 | Re: [PATCH] rename column if exists |
Previous Message | Daniel Gustafsson | 2021-11-04 12:55:43 | Re: Supply restore_command to pg_rewind via CLI argument |