Re: [HACKERS] Forcing current WAL file to be archived

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Forcing current WAL file to be archived
Дата
Msg-id 22114.1155743153@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Forcing current WAL file to be archived  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: [HACKERS] Forcing current WAL file to be archived  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
Simon Riggs <simon@2ndquadrant.com> writes:
> We want a single row output, with two columns, yes?
> Presumably:
>     xlogfilename    TEXT
>     offset        INTEGER

Sounds right to me.  int4 should be wide enough for practical xlog
segment sizes.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Forcing current WAL file to be archived
Следующее
От: Tom Lane
Дата:
Сообщение: Re: selecting large result sets in psql using cursors