Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ce3aa9

Browse files
committed
Rename files and headers related to index AM
The following renaming is done so as source files related to indexaccess methods are more consistent with table access methods (theoriginal names used for index AMs ware too generic, and could beconfused as including features related to table AMs):- amapi.h -> indexam.h.- amapi.c -> indexamapi.c. Here we have an equivalent withbackend/access/table/tableamapi.c.- amvalidate.c -> indexamvalidate.c.- amvalidate.h -> indexamvalidate.h.- genam.c -> indexgenam.c.- genam.h -> indexgenam.h.This has been discussed during the development of v12 when table AM wasworked on, but the renaming never happened.Author: Michael PaquierReviewed-by: Fabien Coelho, Julien RouhaudDiscussion:https://postgr.es/m/20191223053434.GF34339@paquier.xyz
1 parentc4dcd91 commit8ce3aa9

File tree

117 files changed

+147
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+147
-147
lines changed

‎contrib/bloom/blinsert.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
*/
1313
#include"postgres.h"
1414

15-
#include"access/genam.h"
1615
#include"access/generic_xlog.h"
16+
#include"access/indexgenam.h"
1717
#include"access/tableam.h"
1818
#include"bloom.h"
1919
#include"catalog/index.h"

‎contrib/bloom/bloom.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#ifndef_BLOOM_H_
1414
#define_BLOOM_H_
1515

16-
#include"access/amapi.h"
1716
#include"access/generic_xlog.h"
17+
#include"access/indexam.h"
1818
#include"access/itup.h"
1919
#include"access/xlog.h"
2020
#include"fmgr.h"

‎contrib/bloom/blutils.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
*/
1414
#include"postgres.h"
1515

16-
#include"access/amapi.h"
1716
#include"access/generic_xlog.h"
17+
#include"access/indexam.h"
1818
#include"access/reloptions.h"
1919
#include"bloom.h"
2020
#include"catalog/index.h"

‎contrib/bloom/blvacuum.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
#include"postgres.h"
1414

15-
#include"access/genam.h"
15+
#include"access/indexgenam.h"
1616
#include"bloom.h"
1717
#include"catalog/storage.h"
1818
#include"commands/vacuum.h"

‎contrib/bloom/blvalidate.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
*/
1313
#include"postgres.h"
1414

15-
#include"access/amvalidate.h"
1615
#include"access/htup_details.h"
16+
#include"access/indexamvalidate.h"
1717
#include"bloom.h"
1818
#include"catalog/pg_amop.h"
1919
#include"catalog/pg_amproc.h"

‎contrib/sepgsql/database.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111
#include"postgres.h"
1212

13-
#include"access/genam.h"
1413
#include"access/htup_details.h"
14+
#include"access/indexgenam.h"
1515
#include"access/sysattr.h"
1616
#include"access/table.h"
1717
#include"catalog/dependency.h"

‎contrib/sepgsql/label.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
#include<selinux/label.h>
1414

15-
#include"access/genam.h"
1615
#include"access/htup_details.h"
16+
#include"access/indexgenam.h"
1717
#include"access/table.h"
1818
#include"access/xact.h"
1919
#include"catalog/catalog.h"

‎contrib/sepgsql/proc.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111
#include"postgres.h"
1212

13-
#include"access/genam.h"
1413
#include"access/htup_details.h"
14+
#include"access/indexgenam.h"
1515
#include"access/sysattr.h"
1616
#include"access/table.h"
1717
#include"catalog/dependency.h"

‎contrib/sepgsql/relation.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111
#include"postgres.h"
1212

13-
#include"access/genam.h"
1413
#include"access/htup_details.h"
14+
#include"access/indexgenam.h"
1515
#include"access/sysattr.h"
1616
#include"access/table.h"
1717
#include"catalog/dependency.h"

‎contrib/sepgsql/schema.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111
#include"postgres.h"
1212

13-
#include"access/genam.h"
1413
#include"access/htup_details.h"
14+
#include"access/indexgenam.h"
1515
#include"access/sysattr.h"
1616
#include"access/table.h"
1717
#include"catalog/dependency.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp