Resolved typo in a comment

Started by neha khatrialmost 9 years ago2 messages
#1neha khatri
nehakhatri5@gmail.com
1 attachment(s)

Hi,

Attached is a patch that fixes a comment typo in varlena.c

Thanks,
Neha

Attachments:

typo_correction.patchapplication/octet-stream; name=typo_correction.patchDownload
diff --git a/src/backend/utils/adt/varlena.c b/src/backend/utils/adt/varlena.c
index bf7c0cd..d436a47 100644
--- a/src/backend/utils/adt/varlena.c
+++ b/src/backend/utils/adt/varlena.c
@@ -68,7 +68,7 @@ typedef struct
 	int			last_returned;	/* Last comparison result (cache) */
 	bool		cache_blob;		/* Does buf2 contain strxfrm() blob, etc? */
 	bool		collate_c;
-	bool		bpchar;			/* Sorting pbchar, not varchar/text/bytea? */
+	bool		bpchar;			/* Sorting bpchar, not varchar/text/bytea? */
 	hyperLogLogState abbr_card; /* Abbreviated key cardinality state */
 	hyperLogLogState full_card; /* Full key cardinality state */
 	double		prop_card;		/* Required cardinality proportion */
#2Fujii Masao
masao.fujii@gmail.com
In reply to: neha khatri (#1)
Re: Resolved typo in a comment

On Mon, Feb 20, 2017 at 7:34 AM, neha khatri <nehakhatri5@gmail.com> wrote:

Hi,

Attached is a patch that fixes a comment typo in varlena.c

Thanks! Pushed.

Regards,

--
Fujii Masao

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers