From: Darold Gilles Date: Mon, 12 Nov 2012 18:33:07 +0000 (+0100) Subject: Add comment about the check_incremental_position() method X-Git-Tag: v3.2~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6eca4d79dd96b0cecd566c31d99e7fd8f9a69e7;p=pgbadger Add comment about the check_incremental_position() method --- diff --git a/pgbadger b/pgbadger index b13cb1f..3214280 100755 --- a/pgbadger +++ b/pgbadger @@ -1035,6 +1035,9 @@ This supposes that your log file and HTML report are also rotated every weeks. exit 0; } +# Method used to check if we have already reach the last parsing position in incremental mode +# This position should have been saved in the incremental file and read in the $last_parsed at +# start up. sub check_incremental_position { my ($cur_date, $line) = @_;