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

Commit69fb29d

Browse files
committed
Remove function declarations from headers for some undefined functions
The functions whose declarations are removed here have been removed inthe past, but their respective headers forgot the call.Author: Justin PryzbyDiscussion:https://postgr.es/m/20230110045722.GD9837@telsasoft.com
1 parent3c6fc58 commit69fb29d

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

‎src/bin/pg_dump/compress_io.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ typedef struct cfp cfp;
5454

5555
externcfp*cfopen(constchar*path,constchar*mode,
5656
constpg_compress_specificationcompression_spec);
57-
externcfp*cfdopen(intfd,constchar*mode,
58-
pg_compress_specificationcompression_spec);
5957
externcfp*cfopen_read(constchar*path,constchar*mode);
6058
externcfp*cfopen_write(constchar*path,constchar*mode,
6159
constpg_compress_specificationcompression_spec);

‎src/include/access/gist_private.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,6 @@ extern void gistSplitByKey(Relation r, Page page, IndexTuple *itup,
549549
/* gistbuild.c */
550550
externIndexBuildResult*gistbuild(Relationheap,Relationindex,
551551
structIndexInfo*indexInfo);
552-
externvoidgistValidateBufferingOption(constchar*value);
553-
554552
/* gistbuildbuffers.c */
555553
externGISTBuildBuffers*gistInitBuildBuffers(intpagesPerBuffer,intlevelStep,
556554
intmaxLevel);

‎src/include/access/xlogreader.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ extern XLogReaderState *XLogReaderAllocate(int wal_segment_size,
332332
constchar*waldir,
333333
XLogReaderRoutine*routine,
334334
void*private_data);
335-
externXLogReaderRoutine*LocalXLogReaderRoutine(void);
336-
337335
/* Free an XLogReader */
338336
externvoidXLogReaderFree(XLogReaderState*state);
339337

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp