Skip to content

Commit 5ef0c6d

Browse files
Remove unnecessary namespace check
Signed-off-by: Abhi Agarwal <[email protected]>
1 parent 2089cc0 commit 5ef0c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

etl/src/replication/client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ impl PgReplicationClient {
429429
select c.oid
430430
from pg_publication_tables pt
431431
join pg_class c on c.relname = pt.tablename
432-
join pg_namespace n on n.oid = c.relnamespace and n.nspname = pt.schemaname
433432
where pt.pubname = {pub} and not (select has from has_rel)
434433
),
435434
recurse(relid) as (

0 commit comments

Comments
 (0)