Re: ecpg tests broken by pgindent run

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: ecpg tests broken by pgindent run
Дата
Msg-id 201002261628.o1QGSdh01511@momjian.us
обсуждение исходный текст
Ответ на ecpg tests broken by pgindent run  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ecpg tests broken by pgindent run  (Boszormenyi Zoltan <zb@cybertec.at>)
Список pgsql-hackers
Tom Lane wrote:
> Hey Bruce, I thought the ecpg test files were supposed to be excluded
> from pgindenting?  The buildfarm is all red, or would be if you could
> see it.

Well, I am excluding them:
       find . -name '*.[ch]' -type f -print |       egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
   xargs -n100 pgindent src/tools/pgindent/typedefs.list
 

with '/ecpg/test/expected/'.  When I run the the ecpg regression tests 
I do see failures like:
*** /usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c    Wed Jan  6
06:59:522010--- /usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/ecpg/test/results/compat_informix-sqlda.c Fri
Feb26 11:20:25 2010****************** 32,49 ****  #ifdef _ECPG_INFORMIX_H  #include "sqlda-compat.h"! typedef struct
sqlvar_compat sqlvar_t;! typedef struct sqlda_compat   sqlda_t;!  #else  #include "sqlda-native.h"! typedef struct
sqlvar_struct sqlvar_t;! typedef struct sqlda_struct   sqlda_t;!  #endif! #endif /* ECPG_SQLDA_H */  #line 7
"sqlda.pgc"---32,47 ----  #ifdef _ECPG_INFORMIX_H  #include "sqlda-compat.h"! typedef struct sqlvar_compat sqlvar_t;!
typedefstruct sqlda_compat sqlda_t;  #else  #include "sqlda-native.h"! typedef struct sqlvar_struct sqlvar_t;! typedef
structsqlda_struct sqlda_t;  #endif! #endif   /* ECPG_SQLDA_H */  #line 7 "sqlda.pgc"
 
but if I look at the CVS history for
/cvsroot/pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c
I see the last change was January 6, not from pgindent.

My only guess is that there was some boilerplate code in the ecpg C
files or outside /test which changed when ran pgindent.

I am researching now.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.comPG East:  http://www.enterprisedb.com/community/nav-pg-east-2010.do + If your life is a hard
drive,Christ can be your backup. +
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Avoiding bad prepared-statement plans.
Следующее
От: Garick Hamlin
Дата:
Сообщение: pgbouncer + psql 9.0a4