Files
postgresql/src/interfaces/libpq
Michael Paquier 15571ccd19 Fix comment in fe-auth-scram.c
The frontend-side routine in charge of building a SCRAM verifier
mentioned that the restrictions applying to SASLprep on the password
with the encoding are described at the top of fe-auth-scram.c, but this
information is in auth-scram.c.

This is wrong since 8f8b9be, so backpatch all the way down as this is an
important documentation bit.

Spotted while reviewing a different patch.

Backpatch-through: 11
2022-11-30 08:38:27 +09:00
..
2022-11-07 14:04:05 +01:00
2021-06-29 14:37:39 -04:00
2022-01-07 19:04:57 -05:00
2022-11-30 08:38:27 +09:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-11-07 14:04:05 +01:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2010-09-20 22:08:53 +02:00
2022-01-07 19:04:57 -05:00

src/interfaces/libpq/README

This directory contains the C version of Libpq, the POSTGRES frontend library.