| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Windows replacement for strtok_r() |
| Date: | 2024-07-23 07:24:35 |
| Message-ID: | E1sW9sx-000p3c-PG@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Windows replacement for strtok_r()
They spell it "strtok_s" there.
There are currently no uses, but some will be added soon.
Reviewed-by: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Reviewed-by: David Steele <david(at)pgmasters(dot)net>
Discussion: https://www.postgresql.org/message-id/flat/79692bf9-17d3-41e6-b9c9-fc8c3944222a(at)eisentraut(dot)org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/4d130b28727ce5db4114bcc2a3e2c790643032de
Modified Files
--------------
src/include/port/win32_port.h | 5 +++++
1 file changed, 5 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2024-07-23 07:55:43 | pgsql: Improve comments in slru.{c,h} about segment name format |
| Previous Message | Richard Guo | 2024-07-23 02:19:26 | pgsql: Remove redundant code in create_gather_merge_path |