A error reported in patch "clientcert option for pg_hba"
Started by Unicronover 17 years ago2 messageshackers
a error blew was reported when peforming gmake.
hba.c: In function `parse_hba_line':
hba.c:943: error: label `hba_other_error' used but not defined
gmake[3]: *** [hba.o] Error 1
there is also not definition of "hba_other_error" in both handout of the patch and "hba.c".
Re: A error reported in patch "clientcert option for pg_hba"
Unicron wrote:
a error blew was reported when peforming gmake.
hba.c: In function `parse_hba_line':
hba.c:943: error: label `hba_other_error' used but not defined
gmake[3]: *** [hba.o] Error 1there is also not definition of "hba_other_error" in both handout of
the patch and "hba.c".
Meh, seems I forgot to post the merged version of the patch - this error
was caused by an unrelated cleanup patch. Sorry about that.
//Magnus