GitHub user paul-guo- opened a pull request:
https://github.com/apache/incubator-hawq/pull/1162
HAWQ-1378. Elaborate the "invalid command-line arguments for server pâ¦
â¦rocess" error.
This patch mostly follows the pg commit below.
commit 86947e666d39229558311d7b0be45608fd071ed8
Author: Peter Eisentraut <[email protected]>
Date: Sun Mar 11 01:52:05 2012 +0200
Add more detail to error message for invalid arguments for server
process
It now prints the argument that was at fault.
Also fix a small misbehavior where the error message issued by
getopt() would complain about a program named "--single", because
that's what argv[0] is in the server process.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paul-guo-/incubator-hawq misc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/1162.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1162
----
commit 29dc87c07c9b312d7bb5a00c376ee65bd2b2deac
Author: Paul Guo <[email protected]>
Date: 2017-03-06T07:36:08Z
HAWQ-1378. Elaborate the "invalid command-line arguments for server
process" error.
This patch mostly follows the pg commit below.
commit 86947e666d39229558311d7b0be45608fd071ed8
Author: Peter Eisentraut <[email protected]>
Date: Sun Mar 11 01:52:05 2012 +0200
Add more detail to error message for invalid arguments for server
process
It now prints the argument that was at fault.
Also fix a small misbehavior where the error message issued by
getopt() would complain about a program named "--single", because
that's what argv[0] is in the server process.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---