]> granicus.if.org Git - postgresql/blobdiff - src/backend/replication/logical/origin.c
Fix misc typos, mostly in comments.
[postgresql] / src / backend / replication / logical / origin.c
index 841e24c03da3116a2617e2a4b6bf44a5d7686e03..2d05d04b872237b18a1f8b32f223639dd531ebc8 100644 (file)
@@ -1455,7 +1455,7 @@ pg_show_replication_origin_status(PG_FUNCTION_ARGS)
        int                     i;
 #define REPLICATION_ORIGIN_PROGRESS_COLS 4
 
-       /* we we want to return 0 rows if slot is set to zero */
+       /* we want to return 0 rows if slot is set to zero */
        replorigin_check_prerequisites(false, true);
 
        if (rsinfo == NULL || !IsA(rsinfo, ReturnSetInfo))