Re: Position of ClientAuthentication hook

2021-06-16 Thread Rafia Sabih
On Mon, 14 Jun 2021 at 21:04, Robert Haas wrote: > > On Mon, Jun 14, 2021 at 8:51 AM Rafia Sabih wrote: > > I have a doubt regarding the positioning of clientAuthentication hook > > in function ClientAuthentication. Particularly, in case of hba errors, > > i.e. cases uaReject or uaImplicitReject

Re: Position of ClientAuthentication hook

2021-06-14 Thread Robert Haas
On Mon, Jun 14, 2021 at 8:51 AM Rafia Sabih wrote: > I have a doubt regarding the positioning of clientAuthentication hook > in function ClientAuthentication. Particularly, in case of hba errors, > i.e. cases uaReject or uaImplicitReject it errors out, leading to no > calls to any functions attach

Position of ClientAuthentication hook

2021-06-14 Thread Rafia Sabih
Hello hackers, I have a doubt regarding the positioning of clientAuthentication hook in function ClientAuthentication. Particularly, in case of hba errors, i.e. cases uaReject or uaImplicitReject it errors out, leading to no calls to any functions attached to the authentication hook. Can't we proc