diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-08-07 09:21:07 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-08-07 09:21:07 +0200 |
commit | 5388216f6adc7eac20f32db33cc5ce54ef0cc930 (patch) | |
tree | 58f5f616cf0471fb5e5001de98d893690e5c0c44 /src/backend/parser/parse_expr.c | |
parent | 40064a8ee1b34d8a128d6007416acd89077a2c11 (diff) | |
download | postgresql-5388216f6adc7eac20f32db33cc5ce54ef0cc930.tar.gz postgresql-5388216f6adc7eac20f32db33cc5ce54ef0cc930.zip |
Revert ECPG's use of pnstrdup()
Commit 0b9466fce added a dependency on fe_memutils' pnstrdup() inside
informix.c. This adds an exit() path in a library, which we don't
want. (Unlike libpq, the ecpg libraries don't have an automated check
for that, but it makes sense to keep them to a similar standard.) The
ecpg code can already handle failure results from the *strdup() call
by itself.
Author: Jacob Champion <jacob.champion@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/CAOYmi+=pg=W5L1h=3MEP_EB24jaBu2FyATrLXqQHGe7cpuvwyg@mail.gmail.com
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions