From 456495de8cceb7d065552a27229cf2c59ec83261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Barroso?= Date: Tue, 16 Apr 2024 17:52:01 +0200 Subject: [PATCH] update comment --- source/logrepl/snapshot.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/logrepl/snapshot.go b/source/logrepl/snapshot.go index c529d45..4cbf70b 100644 --- a/source/logrepl/snapshot.go +++ b/source/logrepl/snapshot.go @@ -32,8 +32,7 @@ var ErrSnapshotComplete = errors.New("snapshot complete") var ErrSnapshotInterrupt = errors.New("snapshot interrupted") const ( - // TODO same constant is defined in packages longpoll, logrepl and destination - // use same constant everywhere + // TODO Update this once snapshots are properly done for this mode. MetadataPostgresTable = "postgres.table" )