mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Fix typos in the code
Author: Vignesh C Reviewed-by: Dilip Kumar, Michael Paquier Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
This commit is contained in:
@@ -501,8 +501,8 @@ toast_fetch_datum(struct varlena *attr)
|
||||
* in the toast relation
|
||||
*
|
||||
* Note that this function supports non-compressed external datums
|
||||
* and compressed external datums (in which case the requrested slice
|
||||
* has to be a prefix, i.e. sliceoffset has to be 0).
|
||||
* and compressed external datums (in which case the requested slice
|
||||
* has to be a prefix, i.e. sliceoffset has to be 0).
|
||||
* ----------
|
||||
*/
|
||||
static struct varlena *
|
||||
|
Reference in New Issue
Block a user