PS_NITPICKS_20240813_SEQ_0003.txt

text/plain

Filename: PS_NITPICKS_20240813_SEQ_0003.txt
Type: text/plain
Part: 0
Message: Re: Logical Replication of sequences
diff --git a/src/backend/replication/logical/syncutils.c b/src/backend/replication/logical/syncutils.c
index 4e39836..4bbc481 100644
--- a/src/backend/replication/logical/syncutils.c
+++ b/src/backend/replication/logical/syncutils.c
@@ -1,5 +1,5 @@
 /*-------------------------------------------------------------------------
- * sequencesync.c
+ * syncutils.c
  *	  PostgreSQL logical replication: common synchronization code
  *
  * Copyright (c) 2024, PostgreSQL Global Development Group
@@ -8,8 +8,8 @@
  *	  src/backend/replication/logical/syncutils.c
  *
  * NOTES
- *	  This file contains common code for synchronization of tables that will be
- *	  help apply worker and table synchronization worker.
+ *	  This file contains code common to table synchronization workers, and
+ *	  the sequence synchronization worker.
  *-------------------------------------------------------------------------
  */