Skip to content

Commit 7a0ebc1

Browse files
mkindahlerimatnor
andauthored
Apply suggestions from code review
Co-authored-by: Erik Nordström <[email protected]> Signed-off-by: Mats Kindahl <[email protected]>
1 parent 8eb4f4e commit 7a0ebc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/process_utility.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2575,8 +2575,8 @@ validate_uses_hypercore(Hypertable *ht, Oid chunk_relid, void *arg)
25752575
if (ts_chunk_is_compressed(chunk) && !ts_is_hypercore_am(chunk->amoid))
25762576
ereport(ERROR,
25772577
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
2578-
errmsg("operation not supported on compressed hypertables not using table "
2579-
"access method"),
2578+
errmsg("operation not supported on compressed chunks not using the"
2579+
"Hypercore table access method"),
25802580
errdetail("Operation is not supported on compressed hypertables or chunks "
25812581
"that are not using the table access method. "),
25822582
errhint("Use ALTER TABLE %s.%s SET ACCESS METHOD hypercore to change access "

0 commit comments

Comments
 (0)