Re: [HACKERS] generating fmgr prototypes automatically - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: [HACKERS] generating fmgr prototypes automatically
Date
Msg-id CAFj8pRAVKgd=Hkr_HLtUwv4Kac_HUon4LCXanHvF0GBgzbPAig@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] generating fmgr prototypes automatically  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers


2017-01-04 22:17 GMT+01:00 Peter Eisentraut <peter.eisentraut@2ndquadrant.com>:
On 1/4/17 3:35 PM, Pavel Stehule wrote:
>     On 1/3/17 2:16 PM, Pavel Stehule wrote:
>     > patch 0001 .. trivial cleaning
>     > patch 0002 .. renaming lo_* to be_lo_* -- the prefix "be" is not what I
>     > expect - maybe "pg" instead. More because the  be-fsstubs.h will be
>     > holds only lo_read, lo_write on end
>
>     It's the naming that the OpenSSL functions use, e.g., be_tls_init.
>
>
> lo_* functions are used by OpenSSL ?

There are tls functions that exist in similar ways in the backend and in
libpq, and the backend versions are called be_*.

tls functions are not available via V1 API. It is still strange to me.

Regards

Pavel

 

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pg_authid.rolpassword format (was Re: [HACKERS] Passwordidentifiers, protocol aging and SCRAM protocol)
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] increasing the default WAL segment size