avamingli commented on PR #725: URL: https://github.com/apache/cloudberry/pull/725#issuecomment-2523143768
Update: two commits added to resolve the missed SCHEDULE clause when pg_dump DYNAMIC TABLE. b215893a5dc367462d956a5113c2723cb090a8c5 Add it when a Dynamic Table is dumped. Dynamic Table's SCHEDULE clause is stored in pg_task jobs. Since the SCHEDULE clause is optional, there would be no error if we forget it when dump a Dynamic Table info. And a default SCHEDULE is added with the value of Macro: DYNAMIC_TABLE_DEFAULT_REFRESH_INTERVAL 17c9fedb96049380a80477047c41f678375c7cd5 provides a function pg_get_dynamic_table_schedule() to get SCHEDULE info for pg_dump. And, users also could use it to see SCHEDULE info of Dynamic Table. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
