name.c

Поиск
Список
Период
Сортировка
От mohsen soodkhah mohammadi
Тема name.c
Дата
Msg-id CAGT6x6c+soRqqs_NPDTfRrHjwciW-F25Y=J=c4_mATiGz5GEWg@mail.gmail.com
обсуждение исходный текст
Ответы Re: name.c
Re: name.c
Список pgsql-hackers
in name.c file in source code of postgresql
I find some fuctions that I don't know where did use them?
the functions are:
int namecpy(Name n1, Name n2){..}
int namecat(Name n1, Name n2){..}
int namecmp(Name n1, Name n2){..}
int namestrcpy(Name name, const char *str){..}
int namestrcat(Name name, const char *str){..}
also before some of these functions became the #ifdef NOT_USED
when NOT_USED is set?and why it set?
thanks.




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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Fwd: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: [GENERAL] pg_upgrade ?deficiency