name.c

From: mohsen soodkhah mohammadi <mohsensoodkhah(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: name.c
Date: 2013-12-01 07:59:57
Message-ID: CAGT6x6c+soRqqs_NPDTfRrHjwciW-F25Y=J=c4_mATiGz5GEWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

  • Re: name.c at 2013-12-01 14:31:10 from Michael Paquier
  • Re: name.c at 2013-12-01 14:58:45 from Andrew Dunstan

Browse pgsql-hackers by date

  From Date Subject
Next Message Karsten Hilbert 2013-12-01 08:22:52 Re: [GENERAL] pg_upgrade ?deficiency
Previous Message Peter Geoghegan 2013-12-01 07:33:31 Re: review - pg_stat_statements