Platform
Windows
Operating system version
11
System architecture
Intel (x86)
Herd Version
1.24
PHP Version
8.4
Bug description
The docs say that pgvector is available for PG16, 17 or 18 on Windows 11
Steps to reproduce
I tried using CREATE EXTENSION vector; as per the docs chat, but it does not show that it is available when I execute SELECT * FROM pg_extension WHERE extname = 'vector'; .
I've tried this with pg16, 17 and 18.
Relevant log output