Skip to content

Commit a0d462d

Browse files
Add comments for the BSD branch of ora_sys_guid
1 parent 2e001be commit a0d462d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GNUmakefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
9595

9696
$(call recurse,oracle-pg-check-world,src/test,oracle-pg-check)
9797
#add oracle regression
98-
$(call recurse,oracle-check-world,src/oracle_test src/pl src/interfaces/ecpg contrib contrib/ivorysql_ora contrib/uuid-ossp contrib/ora_btree_gist contrib/ora_btree_gin src/bin,oracle-check)
98+
$(call recurse,oracle-check-world,src/oracle_test src/pl src/interfaces/ecpg src/interfaces/libpq/ivytest contrib contrib/ivorysql_ora contrib/uuid-ossp contrib/ora_btree_gist contrib/ora_btree_gin src/bin,oracle-check)
9999
$(call recurse,oracle-checkprep, src/oracle_test src/pl src/interfaces/ecpg contrib src/bin)
100100

101101
$(call recurse,oracle-installcheck-world,src/oracle_test src/pl src/interfaces/ecpg contrib src/bin,oracle-installcheck)

contrib/uuid-ossp/uuid-ossp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ ora_sys_guid(PG_FUNCTION_ARGS)
577577
uuid_generate_random(uu);
578578
memcpy(VARDATA(result), uu, SYS_GUID_LENGTH);
579579

580-
#else
580+
#else /* BSD */
581581
int i;
582582
unsigned char byte_array[SYS_GUID_LENGTH];
583583
for (i = 0; i < SYS_GUID_LENGTH; i++) {

0 commit comments

Comments
 (0)