Skip to content

Commit 0fb71d3

Browse files
author
Antonin Houska
committed
Minor fixes of comments and user documentation.
1 parent d4a7436 commit 0fb71d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Bug fixes
4747
value. (The bug had no effect if the variable was set to 0, which is the
4848
default.)
4949

50-
3. Fixed permissions checks for the squeeze.pgstattuple_approx() function.q
50+
3. Fixed permissions checks for the squeeze.pgstattuple_approx() function.
5151

5252
Like with other functions of this extension, the SUPERUSER role attribute
5353
is not needed for execution. The REPLICATION attribute is sufficient.
5454

5555
4. Update BRIN indexes when appropriate.
5656

5757
If a row was updated during the table processing and only the attributes of
58-
"summarizing" (BRIN) indexes changed, pg_squeeze might fail to update those
58+
"summarizing" (BRIN) indexes changed, pg_squeeze could fail to update those
5959
indexes.
6060

6161
This bug only affects pg_squeeze on PostgreSQL 16.

pg_squeeze.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ perform_initial_load(Relation rel_src, RangeVar *cluster_idx_rv,
21822182

21832183
/*
21842184
* If at least one attribute has been dropped, we need to deform /
2185-
* form the tuple to make sure that set the values of the dropped
2185+
* form the tuple to make sure that the values of the dropped
21862186
* attribute(s) are NULL. (Unfortunately we don't know if the
21872187
* table was already squeezed since the last ALTER TABLE ... DROP
21882188
* COLUMN ... command.)

0 commit comments

Comments
 (0)