Rename C symbols for backend lo_ functions
Peter Eisentraut <peter_e@gmx.net>
Rename C symbols for backend lo_ functions Rename the C symbols for lo_* to be_lo_*, so they don't conflict with libpq prototypes. Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| contrib/lo/lo.c | modified | +2 −2 |
| src/backend/libpq/be-fsstubs.c | modified | +20 −20 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +20 −20 |
| src/include/libpq/be-fsstubs.h | modified | +20 −20 |