wrong comment in libpq.h - Mailing list pgsql-hackers

From David Zhang
Subject wrong comment in libpq.h
Date
Msg-id 65909efe-97c6-4863-af4e-21eb5a26dd1e@highgo.ca
Whole thread Raw
Responses Re: wrong comment in libpq.h
List 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

Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: BitmapHeapScan streaming read user and prelim refactoring
Next
From: David Rowley
Date:
Subject: Re: enhance the efficiency of migrating particularly large tables