mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
R-tree is dead ... long live GiST.
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
|
||||
#include "access/gist.h"
|
||||
#include "access/itup.h"
|
||||
#include "access/rtree.h"
|
||||
#include "access/tuptoaster.h"
|
||||
#include "storage/bufpage.h"
|
||||
#include "utils/array.h"
|
||||
#include "utils/builtins.h"
|
||||
#include "storage/bufpage.h"
|
||||
#include "access/tuptoaster.h"
|
||||
|
||||
#include "tsvector.h"
|
||||
#include "query.h"
|
||||
|
Reference in New Issue
Block a user