2
0

Moves sql outside of struct

This commit is contained in:
Manni Wood
2016-11-12 12:01:03 -05:00
parent 36bdbd7cb1
commit 7d7bc87396
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -3018,7 +3018,6 @@ func decodeAclItemArray(vr *ValueReader) []AclItem {
// remove the '{' at the front and the '}' at the end
str = str[1 : len(str)-1]
return []AclItem{AclItem(str)}
// return []AclItem{"=r/postgres"}
}
func encodeStringSlice(w *WriteBuf, oid Oid, slice []string) error {