Renamed bit files

This commit is contained in:
Andrew Kane
2024-04-22 10:22:18 -07:00
parent 3df5655b30
commit ed4837cc4f
9 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#include "postgres.h"
#include "bitutils.h"
#include "bitvector.h"
#include "bitvec.h"
#include "utils/varbit.h"
#if PG_VERSION_NUM >= 160000

View File

@@ -2,7 +2,7 @@
#include <math.h>
#include "bitvector.h"
#include "bitvec.h"
#include "catalog/pg_type.h"
#include "common/shortest_dec.h"
#include "fmgr.h"

View File

@@ -6,7 +6,7 @@
#include "access/tableam.h"
#include "access/parallel.h"
#include "access/xact.h"
#include "bitvector.h"
#include "bitvec.h"
#include "catalog/index.h"
#include "catalog/pg_operator_d.h"
#include "catalog/pg_type_d.h"

View File

@@ -3,7 +3,7 @@
#include <float.h>
#include <math.h>
#include "bitvector.h"
#include "bitvec.h"
#include "halfutils.h"
#include "halfvec.h"
#include "ivfflat.h"

View File

@@ -3,7 +3,7 @@
#include <float.h>
#include "access/relscan.h"
#include "bitvector.h"
#include "bitvec.h"
#include "catalog/pg_operator_d.h"
#include "catalog/pg_type_d.h"
#include "halfvec.h"

View File

@@ -3,7 +3,7 @@
#include <math.h>
#include "bitutils.h"
#include "bitvector.h"
#include "bitvec.h"
#include "catalog/pg_type.h"
#include "common/shortest_dec.h"
#include "fmgr.h"