File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ metadata = {
5252 # TODO: Remove this comment block after customizing the file.
5353 # ` bin_path` : this SHOULD be defined when your extension needs executables
5454 # to be present in the PATH of the PostgreSQL process to function properly.
55- # Each path is appended to the PATH environment variable for the
56- # Postgres process .
57- # If left EMPTY ( ` [] ` ) the operator will NOT alter ` PATH` .
58- # Used in tests and to generate image catalogs.
55+ # For most extensions, the default empty list ( ` [] ` ) is correct and the
56+ # operator will NOT alter ` PATH ` .
57+ # Each path provided is appended to the ` PATH` environment variable for the
58+ # Postgres process . Used in tests and to generate image catalogs.
5959 bin_path = []
6060
6161 # TODO: Remove this comment block after customizing the file.
You can’t perform that action at this time.
0 commit comments