Skip to content

Commit a80e17c

Browse files
committed
PR feedback
1 parent 5228831 commit a80e17c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/doltgres_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
pgtypes "github.com/dolthub/doltgresql/server/types"
4444
)
4545

46-
var printErrorStackTraces = true
46+
var printErrorStackTraces = false
4747

4848
const PrintErrorStackTracesEnvKey = "DOLTGRES_PRINT_ERROR_STACK_TRACES"
4949

server/functions/gen_random_uuid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
pgtypes "github.com/dolthub/doltgresql/server/types"
2323
)
2424

25-
// initRadians registers the functions to the catalog.
25+
// initGenRandomUuid registers the functions to the catalog.
2626
func initGenRandomUuid() {
2727
framework.RegisterFunction(gen_random_uuid)
2828
}

0 commit comments

Comments
 (0)