Replace magic constants for seek() calls in perl scripts

Michael Paquier <michael@paquier.xyz>

Commit: c731f9187b5fd7038b04ba60703d3cace1806366
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-04-19T01:15:35Z
Releases: 14.0
Replace magic constants for seek() calls in perl scripts

A couple of tests have been using 0 as magic constant while SEEK_SET can
be used instead.  This makes the code easier to understand, and more
consistent with the changes done in 3c5b068.

Per discussion with Andrew Dunstan.

Discussion: https://postgr.es/m/YHrc24AgJQ6tQ1q0@paquier.xyz

Files

Discussion