Re: const correctness

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Geoghegan <peter@2ndquadrant.com>, Thomas Munro <munro@ip9.org>, pgsql-hackers@postgresql.org
Date: 2011-11-10T19:49:48Z
Lists: pgsql-hackers
On ons, 2011-11-09 at 10:49 -0500, Tom Lane wrote:
> Now admittedly you can hack it, in the same
> spirit as the C library functions that are declared to take const
> pointers and return non-const pointers to the very same data 

Which C library functions do that?