wrong comment in libpq.h

Поиск
Список
Период
Сортировка
От David Zhang
Тема wrong comment in libpq.h
Дата
Msg-id 65909efe-97c6-4863-af4e-21eb5a26dd1e@highgo.ca
обсуждение исходный текст
Ответы Re: wrong comment in libpq.h
Список pgsql-hackers
Hi Hackers,

There is a comment like below in src/include/libpq/libpq.h,

  /*
   * prototypes for functions in be-secure.c
   */
extern PGDLLIMPORT char *ssl_library;
extern PGDLLIMPORT char *ssl_cert_file;

...

However, 'ssl_library', 'ssl_cert_file' and the rest are global 
parameter settings, not functions. To address this confusion, it would 
be better to move all global configuration settings to the proper 
section, such as /* GUCs */, to maintain consistency.

I have attached an attempt to help address this issue.


Thank you,

David

Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: BitmapHeapScan streaming read user and prelim refactoring
Следующее
От: David Rowley
Дата:
Сообщение: Re: enhance the efficiency of migrating particularly large tables