pxf icon indicating copy to clipboard operation
pxf copied to clipboard

Add Custom GUC for PXF_BASE to C extension

Open axue-broadcom opened this issue 1 year ago • 0 comments

This PR adds a custom PXF guc called pxf.pxf_base. The default value for this GUC is set to empty string and can only be set via gpconfig --change pxf.pxf_base --value <PXF_BASE_DIR> --skipvalidation. Setting this guc requires a configuration reload gpstop --u.

Upon first use of the extension in a new session, the GUC will be loaded and a directory validation check will occur. A warning will be printed if the directory does not exist.

axue-broadcom avatar May 10 '24 20:05 axue-broadcom