Replace remaining StrNCpy() by strlcpy() - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Replace remaining StrNCpy() by strlcpy()
Date
Msg-id 44f5e198-36f6-6cdb-7fa9-60e34784daae@2ndquadrant.com
Whole thread Raw
Responses Re: Replace remaining StrNCpy() by strlcpy()  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
I propose to replace the remaining uses of StrNCpy() with strlcpy() and 
remove the former.  It's clear that strlcpy() has won the popularity 
contest, and the presence of the former is just confusing now.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Make autovacuum sort tables in descending order of xid_age
Next
From: Bharath Rupireddy
Date:
Subject: Re: Parallel copy