From d6eca4d79dd96b0cecd566c31d99e7fd8f9a69e7 Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Mon, 12 Nov 2012 19:33:07 +0100 Subject: [PATCH] Add comment about the check_incremental_position() method --- pgbadger | 3 +++ 1 file changed, 3 insertions(+) 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) = @_; -- 2.50.1