Re: [HACKERS] name.c

2013-12-01 Thread Andrew Dunstan
On 12/01/2013 02:59 AM, mohsen soodkhah mohammadi wrote: 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(

Re: [HACKERS] name.c

2013-12-01 Thread Michael Paquier
On Sun, Dec 1, 2013 at 4:59 PM, mohsen soodkhah mohammadi wrote: > 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){.