mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix misleading comments
Josh Kupershmidt
This commit is contained in:
@ -62,7 +62,7 @@ sv2cstr(SV *sv)
|
||||
(SvTYPE(sv) > SVt_PVLV && SvTYPE(sv) != SVt_PVFM))
|
||||
sv = newSVsv(sv);
|
||||
else
|
||||
/* increase the reference count so we cant just SvREFCNT_dec() it when
|
||||
/* increase the reference count so we can just SvREFCNT_dec() it when
|
||||
* we are done */
|
||||
SvREFCNT_inc(sv);
|
||||
|
||||
|
Reference in New Issue
Block a user