pgcrypto missing header file inclusions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgcrypto missing header file inclusions
Дата
Msg-id 1388288179.18242.8.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: pgcrypto missing header file inclusions
Список pgsql-hackers
While playing around with the pginclude tools, I noticed that pgcrypto
header files are failing to include some header files whose symbols they
use.  This change would fix it:

diff --git a/contrib/pgcrypto/pgp.h b/contrib/pgcrypto/pgp.h
index 3022abf..f856e07 100644
--- a/contrib/pgcrypto/pgp.h
+++ b/contrib/pgcrypto/pgp.h
@@ -29,6 +29,9 @@ * contrib/pgcrypto/pgp.h */
+#include "mbuf.h"
+#include "px.h"
+enum PGP_S2K_TYPE{   PGP_S2K_SIMPLE = 0,

Does that look reasonable?





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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] work_mem calculation possible overflow
Следующее
От: Andreas Karlsson
Дата:
Сообщение: Re: Planning time in explain/explain analyze