Skip to content

Commit 18860db

Browse files
committed
Fiz typo in shared_buffers configuration
1 parent 73564da commit 18860db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1/postgres_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const (
5353
// BackupConfigKey defines the key under which the BackupConfig is stored in the data map.
5454
BackupConfigKey = "config"
5555
// SharedBufferParameterKey defines the key under which the shared buffer size is stored in the parameters map. Defined by the postgres-operator/patroni
56-
SharedBufferParameterKey = "shared_buffer"
56+
SharedBufferParameterKey = "shared_buffers"
5757
)
5858

5959
var (

0 commit comments

Comments
 (0)