Skip to content

Commit

Permalink
add comment pointing to postgres code
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 8, 2024
1 parent 6e31b8b commit 5025343
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flow/hstore/hstore.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 5025343

Please sign in to comment.