From 50253439b00d4c2a7785380955a2b412cb4a85af Mon Sep 17 00:00:00 2001 From: Amogh-Bharadwaj Date: Tue, 9 Jan 2024 01:55:41 +0530 Subject: [PATCH] add comment pointing to postgres code --- flow/hstore/hstore.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flow/hstore/hstore.go b/flow/hstore/hstore.go index 915c05269e..fca712abec 100644 --- a/flow/hstore/hstore.go +++ b/flow/hstore/hstore.go @@ -1,3 +1,9 @@ +/* +This is in reference to PostgreSQL's hstore: +https://github.com/postgres/postgres/blob/bea18b1c949145ba2ca79d4765dba3cc9494a480/contrib/hstore/hstore_io.c + +This package is an implementation of the above code. +*/ package hstore_util import (