Re: Automatic notification of top transaction IDs

Поиск
Список
Период
Сортировка
От vignesh C
Тема Re: Automatic notification of top transaction IDs
Дата
Msg-id CALDaNm2BEwCi_7dFAs8DF61Nc5xmp8vOyxN-biQdiHZ+Lx0R7A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Automatic notification of top transaction IDs  (Gurjeet Singh <gurjeet@singh.im>)
Ответы Re: Automatic notification of top transaction IDs
Список pgsql-hackers
On Thu, Jul 1, 2021 at 6:41 AM Gurjeet Singh <gurjeet@singh.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;
            ^

Regards,
Vignesh



В списке pgsql-hackers по дате отправления:

Предыдущее
От: vignesh C
Дата:
Сообщение: Re: Allow batched insert during cross-partition updates
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Incorrect usage of strtol, atoi for non-numeric junk inputs