Skip to content

Commit

Permalink
Fixes typo in drop statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Feb 26, 2024
1 parent 50c1615 commit f7ba210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ DROP FUNCTION citus_internal.start_replication_origin_tracking();
DROP FUNCTION citus_internal.stop_replication_origin_tracking();
DROP FUNCTION citus_internal.is_replication_origin_tracking_active();
DROP FUNCTION pg_catalog.citus_unmark_object_distributed(oid,oid,int,boolean);
ROP FUNCTION citus_internal.mark_object_distributed( classId Oid, objectName text, objectId Oid, connectionUser text );
DROP FUNCTION citus_internal.mark_object_distributed( classId Oid, objectName text, objectId Oid, connectionUser text );

0 comments on commit f7ba210

Please sign in to comment.