pgsql: Replace remaining strtok() with strtok_r()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace remaining strtok() with strtok_r()
Date: 2024-07-23 07:24:35
Message-ID: E1sW9sx-000p3d-Pg@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace remaining strtok() with strtok_r()

for thread-safety in the server in the future

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/65504b747f3c217dfa91297db6ea219924a3fa8a

Modified Files
--------------
src/backend/utils/misc/tzparser.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  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