Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes
От
Andres Freund
Тема
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes
Дата
Msg-id
51AD1BC1-E139-4F8C-BC6D-267F5E81F196@anarazel.de
Ответ на
Список
Дерево обсуждения
[HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Thomas Munro <thomas.munro@enterprisedb.com>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] pg_recvlogical.c doesn't build with--disable-integer-datetimes Alvaro Herrera <alvherre@2ndquadrant.com>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Andres Freund <andres@anarazel.de>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Thomas Munro <thomas.munro@enterprisedb.com>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Mark Dilger <hornschnorter@gmail.com>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Andres Freund <andres@anarazel.de>
Re: [HACKERS] pg_recvlogical.c doesn't build with--disable-integer-datetimes Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Mark Dilger <hornschnorter@gmail.com>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] pg_recvlogical.c doesn't build with --disable-integer-datetimes Mark Dilger <hornschnorter@gmail.com>
Re: [HACKERS] pg_recvlogical.c doesn't build with--disable-integer-datetimes Alvaro Herrera <alvherre@2ndquadrant.com>
On February 17, 2017 1:13:10 PM PST, Mark Dilger wrote: >How about we add (some of) these extra warnings, plus -Werror, >in a section that is only active for platforms/compilers where we >know there aren't spurious warnings? That would make detecting >unintentionally introduced warnings simpler, without the use of >COPT. Perhaps where the compiler is GCC or CLANG, and the >platform is x86_64 redhat, something like that? Strongly against that. I do *not* want Werrror enabled during development. I have a lot of warnings enabled, but while hacking I often have some of them triggering (e.g. an unused variable or static function). Preventing me from compiling in those scenarios has no benefits. Werror it's useful in automated scenarios (e.g. my pre push script compiles with it), a lot less in interactive scenarios where you can just use make -s. Andres -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
В списке pgsql-hackers по дате отправления
От: Mark Dilger
Дата:
От: Tom Lane
Дата: