name.c - Mailing list pgsql-hackers

From mohsen soodkhah mohammadi
Subject name.c
Date
Msg-id CAGT6x6c+soRqqs_NPDTfRrHjwciW-F25Y=J=c4_mATiGz5GEWg@mail.gmail.com
Whole thread Raw
Responses Re: name.c
Re: name.c
List 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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Fwd: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist
Next
From: Karsten Hilbert
Date:
Subject: Re: [GENERAL] pg_upgrade ?deficiency