diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-22 15:55:13 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-22 15:55:13 -0400 |
commit | 931487018c409a3102452f965ccaa48367244a41 (patch) | |
tree | e959b76c7754b2b7af7bfa593e1825fa0328f88d /src/backend/access/transam/commit_ts.c | |
parent | c4133ec169dfe47803656325dbfb8397f85a70ea (diff) | |
download | postgresql-931487018c409a3102452f965ccaa48367244a41.tar.gz postgresql-931487018c409a3102452f965ccaa48367244a41.zip |
Rethink API for pg_get_line.c, one more time.
Further experience says that the appending behavior offered by
pg_get_line_append is useful to only a very small minority of callers.
For most, the requirement to reset the buffer after each line is just
an error-prone nuisance. Hence, invent another alternative call
pg_get_line_buf, which takes care of that detail.
Noted while reviewing a patch from Daniel Gustafsson.
Discussion: https://postgr.es/m/48A4FA71-524E-41B9-953A-FD04EF36E2E7@yesql.se
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
0 files changed, 0 insertions, 0 deletions