pg_easy_replicate icon indicating copy to clipboard operation
pg_easy_replicate copied to clipboard

Strange thing I ran across - start_sync and start-sync both seem to start the app

Open joetynan opened this issue 1 year ago • 0 comments

This one's kinda weird I think. I have accidentally been using 'start-sync' for kicking off a replication job, instead of start_sync. I didn't really notice until I was looking more deeply in the code, but 'start-sync' is not called out anywhere, and the function for it is rather explicitly called 'start_sync;. Does this leverage some sort of built-in operator in one of the ruby libs that might cull anything after 'start' or something perhaps?

joetynan avatar Jan 09 '25 20:01 joetynan