pg_buildext_updatecontrol

Function pg_buildext_updatecontrol 

Source
pub fn pg_buildext_updatecontrol(
    path: &Path,
) -> Result<(), TemplateExpansionError>
Expand description

Run the ‘pg_buildext updatecontrol’ command.

§Arguments

  • path - Path to run pg_buildext updatecontrol in

§Errors

Returns an error if:

  • The pg_buildext command is not found
  • The command fails to execute