b21de4e7b32f868a23bdc5507898d36cbe146164 seems to be two bricks shy of a load

Поиск
Список
Период
Сортировка
От David Rowley
Тема b21de4e7b32f868a23bdc5507898d36cbe146164 seems to be two bricks shy of a load
Дата
Msg-id CAApHDvoqp1g5fjxi37c_CjtCmL_cMYR3C032DSOqgpUrNWWdZA@mail.gmail.com
обсуждение исходный текст
Ответы Re: b21de4e7b32f868a23bdc5507898d36cbe146164 seems to be two bricks shy of a load  (Boszormenyi Zoltan <zb@cybertec.at>)
Re: b21de4e7b32f868a23bdc5507898d36cbe146164 seems to be two bricks shy of a load  (Amit Kapila <amit.kapila16@gmail.com>)
Re: b21de4e7b32f868a23bdc5507898d36cbe146164 seems to be two bricks shy of a load  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
I'm not quite sure why nobody else seems to be complaining, but the changes to type.h in this commit seems to have broken things little.

In the visual studios build I'm getting:

  src\interfaces\ecpg\preproc\preproc.y(84): error C2065: 'ET_FATAL' : undeclared identifier [D:\Postgres\b\ecpg.vcxproj]
  src\interfaces\ecpg\preproc\preproc.y(84): error C2051: case expression not constant [D:\Postgres\b\ecpg.vcxproj]
  src\interfaces\ecpg\preproc\preproc.y(102): error C2065: 'ET_FATAL' : undeclared identifier [D:\Postgres\b\ecpg.vcxproj]
  src\interfaces\ecpg\preproc\preproc.y(102): error C2051: case expression not constant [D:\Postgres\b\ecpg.vcxproj]
  src\interfaces\ecpg\preproc\preproc.y(14664): error C2065: 'ET_FATAL' : undeclared identifier [D:\Postgres\b\ecpg.vcxproj]

Which I'm guessing is something to do with:

@@ -186,7 +186,7 @@ struct assignment
 
 enum errortype
 {
-   ET_WARNING, ET_ERROR, ET_FATAL
+   ET_WARNING, ET_ERROR
 };


Regards

David Rowley

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

Предыдущее
От: Maciej Gajewski
Дата:
Сообщение: Re: additional json functionality
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Replication Node Identifiers and crashsafe Apply Progress