Home
last modified time | relevance | path

Searched refs:MAX_APPLY_DELAY (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pglogical/pglogical-REL2_4_0/
H A Dpglogical_create_subscriber.c59 #define MAX_APPLY_DELAY 86400 macro
328 if (apply_delay > MAX_APPLY_DELAY) in main()
329 die(_("Apply delay cannot be more than %d.\n"), MAX_APPLY_DELAY); in main()