Re: pgsql: Allow pg_basebackup to stream transaction log in tar mode
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: pgsql: Allow pg_basebackup to stream transaction log in tar mode |
| Дата | |
| Msg-id | 26273.1477237689@sss.pgh.pa.us обсуждение |
| Ответ на | Re: pgsql: Allow pg_basebackup to stream transaction log in tar mode (Magnus Hagander <magnus@hagander.net>) |
| Ответы |
Re: pgsql: Allow pg_basebackup to stream transaction log
in tar mode
|
| Список | pgsql-committers |
Magnus Hagander <magnus@hagander.net> writes:
> The remaining windows buildfarm build issue looks like this:
> src/bin/pg_basebackup/receivelog.c(135): error C2039: '_commit' : is
> not a member of 'WalWriteMethod'
> [C:\buildfarm\buildenv\HEAD\pgsql.build\pg_basebackup.vcxproj]
> AFAICT this comes from using walmethod->fsync(), and we have a #define
> changing fsync() to _commit (port/win32.h, line 70).
Yeah.
> The easiest might just be to rename walmethod->fsync() to
> walmethod->do_fsync(), so we don't have to mess with any other code.
How about calling the method just "sync()"? Seems a bit less
artificial.
regards, tom lane
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера