From 478e45714bc4e65a18af101b36bc8259caa8c36c Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 23 Jul 2007 14:20:55 +0000 Subject: pgq: aquire cur_tick also, although not used atm --- python/pgq/consumer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/pgq/consumer.py') diff --git a/python/pgq/consumer.py b/python/pgq/consumer.py index 0cd55d1d..e661dac4 100644 --- a/python/pgq/consumer.py +++ b/python/pgq/consumer.py @@ -317,6 +317,7 @@ class SerialConsumer(Consumer): in external database. """ + cur_tick = self.cur_batch_info['tick_id'] prev_tick = self.cur_batch_info['prev_tick_id'] dst_tick = self.get_last_tick(dst_curs) -- cgit v1.2.3